CloudGamingAdmin/admin-server/CloudGaming.Core.Razor/CloudGaming.Core.Razor.xml
2024-11-15 02:58:48 +08:00

56 lines
2.2 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>CloudGaming.Core.Razor</name>
</assembly>
<members>
<member name="T:CloudGaming.Core.Razor.CoreRazorStartup">
<summary>
</summary>
</member>
<member name="M:CloudGaming.Core.Razor.CoreRazorStartup.ConfigureServices(Microsoft.AspNetCore.Builder.WebApplicationBuilder)">
<summary>
</summary>
<param name="webApplicationBuilder"></param>
</member>
<member name="M:CloudGaming.Core.Razor.CoreRazorStartup.Configure(Microsoft.AspNetCore.Builder.WebApplication)">
<summary>
</summary>
<param name="webApplication"></param>
</member>
<member name="T:CloudGaming.Core.Razor.Services.Impl.RazorViewRenderImpl">
<summary>
razor cshtml 模板渲染
</summary>
</member>
<member name="M:CloudGaming.Core.Razor.Services.IRazorViewRender.RenderAsync(System.String,System.Object)">
<summary>
渲染 razor cshtml
</summary>
<param name="viewName">例如: /wwwroot/Root/Service.cshtml</param>
<param name="model"></param>
<returns></returns>
</member>
<member name="M:CloudGaming.Core.Razor.Services.IRazorViewRender.RenderByDictionaryAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
<summary>
渲染 razor cshtml
</summary>
<param name="viewName">例如: /wwwroot/Root/Service.cshtml</param>
<param name="viewData"></param>
<returns></returns>
</member>
<member name="M:CloudGaming.Core.Razor.Services.IRazorViewRender.RenderAsync(System.String,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})">
<summary>
渲染 razor cshtml
</summary>
<param name="viewName">例如: /wwwroot/Root/Service.cshtml</param>
<param name="model"></param>
<param name="viewData"></param>
<returns></returns>
</member>
</members>
</doc>