Implemented interface member:
property
Layout
Microsoft.AspNetCore.Mvc.Razor.IRazorPage.Layout
1 write to Layout
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
63set { _page.Layout = value; }
2 references to 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; }