localization - Access Global .resx file in ASP.Net View Page -


i building in version 3.5 of .net framework , have resource (.resx) file trying access in web application. have exposed .resx properties public access modifiers , able access these properties in controller files or other .cs files in web app. question this: possible access name/value pairs within view page? i'd this...

text="<%$ resources: namespace.resourcefilename, name %>"   

or other similar method in view page.

<%= resources.<resourcename>.<property> %> 

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -