1 write to RazorPage
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
55
RazorPage
= razorPage;
4 references to RazorPage
Microsoft.AspNetCore.Mvc.Razor (4)
RazorView.cs (4)
61
public string Path =>
RazorPage
.Path;
85
var bodyWriter = await RenderPageAsync(
RazorPage
, context, invokeViewStarts: true);
190
RazorPage
.Layout = layout;
200
var previousPage =
RazorPage
;