添加项目文件。
This commit is contained in:
4
TightWiki/Areas/Identity/Pages/_ViewStart.cshtml
Normal file
4
TightWiki/Areas/Identity/Pages/_ViewStart.cshtml
Normal file
@@ -0,0 +1,4 @@
|
||||
@{
|
||||
Layout = "/Views/Shared/_Layout.cshtml";
|
||||
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
|
||||
}
|
||||
Reference in New Issue
Block a user