Where are the default Razor Editor and Display templates (eg String.cshtml, DateTime.cshtml) located when one installs Asp.Net MVC 3?
Where are the default Razor Editor and Display templates (eg String.cshtml, DateTime.cshtml) located when
Share
There are no default templates.Razor
EditorandDisplaymethods are extension methods of the class HtmlHelper. You can use them or you can develope your own extension methods, like this example.