2 implementations of IsLayoutBeingRendered
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
86public bool IsLayoutBeingRendered
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
46public bool IsLayoutBeingRendered
1 write to IsLayoutBeingRendered
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
232previousPage.IsLayoutBeingRendered = true;