1
0
mirror of synced 2025-02-21 20:59:39 +01:00

12 lines
161 B
Plaintext
Raw Normal View History

@page "/user/{CardId:long}"
<PageTitle>User</PageTitle>
<MudText>@CardId</MudText>
@code {
[Parameter]
public long CardId { get; set; }
}