????

Your IP : 3.21.122.130


Current Path : C:/inetpub/vhost/qlk.nextform.vn/api/Areas/HelpPage/Views/Help/
Upload File :
Current File : C:/inetpub/vhost/qlk.nextform.vn/api/Areas/HelpPage/Views/Help/ResourceModel.cshtml

@using System.Web.Http
@using ApiGDTVietnam.Areas.HelpPage.ModelDescriptions
@model ModelDescription

<link type="text/css" href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" />
<div id="body" class="help-page">
    <section class="featured">
        <div class="content-wrapper">
            <p>
                @Html.ActionLink("Help Page Home", "Index")
            </p>
        </div>
    </section>
    <h1>@Model.Name</h1>
    <p>@Model.Documentation</p>
    <section class="content-wrapper main-content clear-fix">
        @Html.DisplayFor(m => Model)
    </section>
</div>