@using System.Web.Http @using RMDataManager.Areas.HelpPage.Models @model HelpPageApiModel @{ var description = Model.ApiDescription; ViewBag.Title = description.HttpMethod.Method + " " + description.RelativePath; }
@Html.ActionLink("Help Page Home", "Index")