Brad Wilson states that “The default templates in ASP.NET MVC are done in code.” In that post, he recreates the functionality as ASCX files. Where can the code for the actual default templates be found?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Stated in the link you gave :
So if you look through the source of Asp.Net MVC2 you’ll find the implementation of those template in the
DefaultEditorTemplatesclass and theDefaultEditorTemplateslocated in the Html folder