Where should I locate shared @helper functions in MVC Razor
Solution 1:
You should put it into the App_Code folder. There is an awesome article for you to read ASP.NET MVC Helpers
You should put it into the App_Code folder. There is an awesome article for you to read ASP.NET MVC Helpers