12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
@page "/rodetail"
|
|
<h3>RoleDetailInfo</h3>
|
|
|
|
<AuthorizeView>
|
|
|
|
<MudText> @context.User.Identity.Name </MudText>
|
|
|
|
</AuthorizeView>
|
|
@code {
|
|
|
|
}
|