1 Star 7 Fork 1

显瘦 / CodePlus.ApiGateway.Blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.razor 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
显瘦 提交于 2020-11-21 17:37 . 添加检查检查页面
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
<NotFound>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
<AntContainer />
C#
1
https://gitee.com/istarshow/CodePlus.ApiGateway.Blazor.git
git@gitee.com:istarshow/CodePlus.ApiGateway.Blazor.git
istarshow
CodePlus.ApiGateway.Blazor
CodePlus.ApiGateway.Blazor
master

搜索帮助