demo/Pages/Exception/403/403.razor

10 lines
263 B
Plaintext
Raw Permalink Normal View History

2024-06-21 16:48:24 +08:00
@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>