2 writes to Page
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageResult.cs (2)
22Page = page; 37Page = null;
4 references to Page
Microsoft.AspNetCore.Mvc.Razor (4)
RazorPageResult.cs (1)
53/// Gets the locations that were searched when <see cref="Page"/> could not be found.
RazorView.cs (3)
273if (layoutPageResult.Page == null) 278if (layoutPageResult.Page == null) 297var layoutPage = layoutPageResult.Page;