You are working in an ASP.NET MVC web application in which you created a partial view for display menu. how can you display the partial view on the main page ?

 Posted by Rajkatie on 1/31/2015 | Category: ASP.NET MVC Interview questions | Views: 23451 | Points: 40
Select from following answers:
  1. @Html.ActionLink(“Menu”)
  2. @Html.Partial(“Menu”)
  3. @RenderBody()
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response