网站首页 网站源码
website
站点相关全部源代码,隐藏了一些关于服务器的信息

<Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
    <Found Context="routeData">
        <AppRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
    </Found>
    <NotFound>
        <LayoutView Layout="@typeof(NotFound)">
            
        </LayoutView>
    </NotFound>
</Router>
loading