Sorry, there's nothing at this address.
@page "/person/{id}" @attribute [Authorize] Person Page Person ID: @id
Person ID: @id
Person 1 Person 2
@code { [Parameter] public string id {get; set;} }
上一篇:Blazor路由中是否可以自定义路由约束?
下一篇:Blazor路由:通过不同链接访问一个页面并传递参数