Your are working on ASP.Net MVC web application and you have created a new master layout page named _AdminLayout.cshtml. how can you apply that layout in a view named Product.cshtml?

 Posted by Rajkatie on 1/31/2015 | Category: ASP.NET MVC Interview questions | Views: 20854 | Points: 40
Select from following answers:
  1. Layout=”~/Views/Shared/_Layout.WindowsPhone.cshtml”
  2. @Html.Partial(“_Layout.WindowsPhone.cshtml”);
  3. Layout=”Layout.WindowsPhone.cshtml”;
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response