How can I get local resources in a controller in ASP.NET MVC?

Posted by Jova on Stack Overflow See other posts from Stack Overflow or by Jova
Published on 2010-04-30T12:04:35Z Indexed on 2010/04/30 12:07 UTC
Read the original article Hit count: 317

Filed under:
|
|

I know I can use the namespace Resources to get resources within App_GlobalResources but how do I get local resources within a controller?

Example, a folder in Views folder called Misc, with a page.aspx, and a App_LocalResources folder with the file page.aspx.ascx.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc