asp.net core razor 输出html
@Html.Raw(Model.HtmlContent)
1、在/Pages/Shared/目录下创建设视图文件 _top.cshtml2、在razor页面中进行引用@await Html.PartialAsync("_top&...
@page @model xxtsoft.Web.Entry.Pages.qd.IndexModel @{ Layout =&...
{ "result": { "cover": { ...
services.AddZipDeploy(o => o.IgnorePathStarting("wwwroot/")); //iis发布...
在 .csproj 文件中添加或修改:<PropertyGroup> <Nullable>disable</Nullable></Pro...
一、模板标签using JinianNet.JNTemplate; private readonly SqlSugar.ISqlSugarClient _db;...