Implemented interface member:
property
Layout
Microsoft.AspNetCore.Mvc.Razor.IRazorPage.Layout
9 writes to Layout
Microsoft.AspNetCore.Identity.UI (8)
Generated\1\0\_Layout_cshtml.g.cs (2)
65
Layout
= (string)parentLayout!;
69
Layout
= "/Areas/Identity/Pages/_Layout.cshtml";
Generated\1\0\_ViewStart_cshtml.g_2.cs (1)
29
Layout
= "_Layout";
Generated\1\0\_ViewStart_cshtml.g.cs (1)
44
Layout
= "./_Layout.cshtml";
Generated\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\0\_ViewStart_cshtml.g.cs (1)
29
Layout
= "_Layout";
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\_Layout_cshtml.g.cs (2)
65
Layout
= (string)parentLayout!;
69
Layout
= "/Areas/Identity/Pages/_Layout.cshtml";
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\_ViewStart_cshtml.g.cs (1)
44
Layout
= "./_Layout.cshtml";
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
63
set { _page.
Layout
= value; }
6 references to Layout
Microsoft.AspNetCore.Identity.UI (4)
Generated\1\0\_ViewStart_cshtml.g.cs (2)
41
if (
Layout
!= "_Layout")
43
ViewData["ParentLayout"] =
Layout
;
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\_ViewStart_cshtml.g.cs (2)
41
if (
Layout
!= "_Layout")
43
ViewData["ParentLayout"] =
Layout
;
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
694
if (!IsLayoutBeingRendered && !string.IsNullOrEmpty(
Layout
))
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
62
get { return _page.
Layout
; }