添加项目文件。
This commit is contained in:
11
TightWiki/Areas/Identity/Pages/Account/AccessDenied.cshtml
Normal file
11
TightWiki/Areas/Identity/Pages/Account/AccessDenied.cshtml
Normal file
@@ -0,0 +1,11 @@
|
||||
@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">You do not have access to this resource.</p>
|
||||
Reference in New Issue
Block a user