demo/Pages/Exception/403/403.razor
2024-06-21 16:48:24 +08:00

10 lines
263 B
Plaintext

@namespace antblazorpro.Pages.Exception
@page "/exception/403"
<Result Status="403"
Title="403"
SubTitle="Sorry, you are not authorized to access this page.">
<Extra>
<Button Type="primary">Back Home</Button>
</Extra>
</Result>