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