The default template of Blazor contains MainLayout.cshtml under the shared folder. It works as Layout page. @inherits BlazorLayoutComponent <div class="sidebar"> ...
確定! 回上一頁