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