









1.打开Nuget 安装 WebApiTestClient
2.在HelpPageConfig.cs 里面添加这段文字
config.SetDocumentationProvider(new XmlDocumentationProvider(HttpContext.Current.Server.MapPath("~/App_Data/WebApiTestClient.XML")));3.在Api.cshtml 当中添加
@Html.DisplayForModel("TestClientDialogs")
@section Scripts{
<link href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" />
@Html.DisplayForModel("TestClientReferences")
}
名称:多罗贝勒
博客地址:http://www.cnblogs.com/objctccc/
欢迎转载
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。