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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -