Articles → ASP .NET MVC → Show View Without Layout In MVC
Show View Without Layout In MVC
Create A Project
Click to Enlarge
Remove Layout From View
@{
ViewBag.Title = "Contact";
Layout = null;
}
Click to Enlarge
Posted By - | Karan Gupta |
|
Posted On - | Sunday, January 10, 2016 |