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)
65
Layout
= (string)parentLayout!;
69
Layout
= "/Areas/Identity/Pages/_Layout.cshtml";
_generated\29\_ViewStart_cshtml.g.cs (1)
44
Layout
= "./_Layout.cshtml";
_generated\41\_ViewStart_cshtml.g.cs (1)
29
Layout
= "_Layout";
_generated\67\_Layout_cshtml.g.cs (2)
65
Layout
= (string)parentLayout!;
69
Layout
= "/Areas/Identity/Pages/_Layout.cshtml";
_generated\71\_ViewStart_cshtml.g.cs (1)
44
Layout
= "./_Layout.cshtml";
_generated\83\_ViewStart_cshtml.g.cs (1)
29
Layout
= "_Layout";
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
63
set { _page.
Layout
= value; }
6 references to Layout
Microsoft.AspNetCore.Identity.UI (4)
_generated\29\_ViewStart_cshtml.g.cs (2)
41
if (
Layout
!= "_Layout")
43
ViewData["ParentLayout"] =
Layout
;
_generated\71\_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
; }