仪表盘
版本库
文件存储
活动
搜索
登录
main
/
FEDApi
富尔达Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
nothing
yl
2022-12-02
accb803beb9c54b283b5b2f8bf8e0d8937b80c7a
[FEDApi.git]
/
packages
/
Microsoft.AspNet.WebApi.HelpPage.5.2.7
/
Content
/
Areas
/
HelpPage
/
Views
/
Help
/
DisplayTemplates
/
InvalidSample.cshtml.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
@using $rootnamespace$.Areas.HelpPage
@model InvalidSample
@if (HttpContext.Current.IsDebuggingEnabled)
{
<div class="warning-message-container">
<p>@Model.ErrorMessage</p>
</div>
}
else
{
<p>Sample not available.</p>
}