12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
@page
|
|
@model AccessDeniedModel
|
|
@{
|
|
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
|
}
|
|
|
|
<h3>
|
|
Access denied.
|
|
</h3>
|
|
|
|
<p class="text-danger">您没有权限</p>
|