请将此代码的含义 [英] meaning of this code please

查看:75
本文介绍了请将此代码的含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<%= RM.GetString("MENUVIEWMODULE_SELECT_VIEW")%>

谁能告诉我这段代码会发生什么或做什么工作.

解决方案

检索名为"MENUVIEWMODULE_SELECT_VIEW"的字符串资源的值.资源管理器将使用调用者的当前区域性设置来检索本地化资源的值.

更多信息
http://msdn.microsoft.com/en-us/library/d17ax2xk.aspx [ ^ ]


您好,
是ASP.net代码,您正在尝试访问在后面的代码中声明的"RM"对象.

问候,
Jitendra


从资源文件中检索"MENUVIEWMODULE_SELECT_VIEW"的值

<%=RM.GetString("MENUVIEWMODULE_SELECT_VIEW")%>

can any one tell me what happens or what is the work done by this piece of code.

解决方案

Retrieve the value of the string resource named "MENUVIEWMODULE_SELECT_VIEW". The resource manager will retrieve the value of the localized resource using the caller''s current culture setting.

More info
http://msdn.microsoft.com/en-us/library/d17ax2xk.aspx[^]


Hi,
Is ASP.net code you are trying to access the "RM" object which is declared in code behind.

Regards,
Jitendra


retrieve value of "MENUVIEWMODULE_SELECT_VIEW" from resource file


这篇关于请将此代码的含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆