标签:读取 html reference star 文件 spl data ati styles
1:配置 接口注释。
config.SetDocumentationProvider(new XmlDocumentationProvider(HttpContext.Current.Server.MapPath("~/App_Data/OpenAPI.xml")));
到此运行,Api 接口注释已经可以展示。
@Html.DisplayForModel("TestClientDialogs") @section Scripts { <linktype ="text/css" href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" /> @Html.DisplayForModel("TestClientReferences") }
到此,注释和测试工具均已配置完成。运行测试下效果。
OK!
标签:读取 html reference star 文件 spl data ati styles
原文地址:https://www.cnblogs.com/netlock/p/13237690.html