I have the below function that I would like to be available to several .cshtml views in my asp.net web pages 2 application. How can I make this function available to any vie
Don't see why you couldn't have a static class with a static method and just include it at the top of every view and then use it