asp.net core furion swagger生产环境中 隐藏
开发环境中显示:


生产环境中隐藏:


根目录下,添加.editorconfig并写入[*.cshtml.cs] charset = utf-8已生成的文件另存为 utf-8格式...
public IActionResult OnPostDown() { DataTable ...
1、/Pages/Components 新建:MyViewComponent.csusing Microsoft.AspNetCore.Mvc; namespace xxts...
string sql= "insert into ts (title,dx,zt,tsnr,tpe,jhsj,bz,guid)&...
var dt = _db.SqlQueryable<object>("select * from mszs...
@page @model xxtsoft.Web.Entry.Pages.qd.IndexModel @{ Layout =&...