_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>
#region 获取简历html var url = $"{Request.Scheme}://{Request.Host}...
@page @model xxtsoft.Pages.uploadModel @{ } <h1>@ViewData["Title...
using Aspose.Words;// 替换换行符为 Word 中的换行符var placeholders = new&nbs...
DataTable dt = _db.Ado.GetDataTable("select * ...
<form method="post"> <button type="submit...
<form method="post" asp-page-handler="Save"> ...