Model Code
Public class StudentModel
{
public string Title { get; set; }
public int TitleId { get; set; }
public int TitleId { get; set; }
}
protected void Application_Start()
{
ViewEngines.Engines.Clear();
ViewEngines.Engines.Add(new RazorViewEngine());
}
| <compilation debug=”false”></compilation> |
| <configuration> <system.web> <deployment retail=”true”></deployment> </system.web> </configuration> |