2 writes to Page
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageResult.cs (2)
22
Page
= page;
37
Page
= 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)
273
if (layoutPageResult.
Page
== null)
278
if (layoutPageResult.
Page
== null)
297
var layoutPage = layoutPageResult.
Page
;