14 | @Html.ActionLink("Help Page Home", "Index") 15 |
16 |Sample not available.
13 | } -------------------------------------------------------------------------------- /v2/AttributeRoutingSample/AttributeRoutingSample.Docs/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml: -------------------------------------------------------------------------------- 1 | @using AttributeRoutingSample.Docs.Areas.HelpPage 2 | @model TextSample 3 | 4 |5 | @Model.Text 6 |-------------------------------------------------------------------------------- /v2/AttributeRoutingSample/AttributeRoutingSample.Docs/Areas/HelpPage/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /v2/AttributeRoutingSample/AttributeRoutingSample.Docs/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "Contact"; 3 | } 4 |