Files
ZelWiki/TightWiki/Areas/Identity/Pages/_ViewStart.cshtml
2025-01-22 23:31:03 +08:00

5 lines
189 B
Plaintext

@{
Layout = "/Views/Shared/_Layout.cshtml";
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
}