Posts

Showing posts from March, 2013

Get absolute URL on Javascript MVC 4

to get absolute URL on Javascript @Url.Action("Numbers","Home"),

deployment - Deployed ASP.NET MVC 4

Update runAllManagedModulesForAllRequests to true in web.config: ...

How to use Resource files in javascript

to access the Global Resources var globalResource = '<%= Resources.Class.ResourceKey %>'; to access the Local resources var localResource = '<%= GetLocalResourceObject("ResourceKey").ToString() %>';