Using of Templated Helpers in MVC 2.0 : How can use the name of the property that I'm rendering insi
- by Andrey Tagaew
Hi.
I'm reviewing new features of ASP.NET MVC 2.0.
During the review i found really interesting using Templated Helpers.
As they described it, the primary reason of using them is to provide common way of how some datatypes should be rendered.
Now i want to use this way in my project for DateTime datatype
My project was written for the MVC 1.0 so…