_LayoutAdmin.cshtml 取得url,调用ViewComponent 视图
<body id="watermark-parent">
@{
var name = Furion.App.HttpContext.Request.Query["fst"].ToString();
}
@await Component.InvokeAsync("My", new { name = name })
@RenderBody()
</body>
<body id="watermark-parent">
@{
var name = Furion.App.HttpContext.Request.Query["fst"].ToString();
}
@await Component.InvokeAsync("My", new { name = name })
@RenderBody()
</body>
var dt = _db.SqlQueryable<object>("select * from mszs...
public async Task<IActionResult> OnPostDown() {  ...
var templateContent = "${include(\"" + App.HostE...
@using System.Data <table class="table table-bordered table-striped&n...
int daysInMonth = DateTime.DaysInMonth(_yf.Year, _yf.Month);...