Implemented interface member:
property
Path
Microsoft.AspNetCore.Mvc.Razor.IRazorPage.Path
2 writes to Path
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\DefaultPageFactoryProvider.cs (1)
63
page.
Path
= pageContext.ActionDescriptor.RelativePath;
Infrastructure\RazorPageAdapter.cs (1)
56
set { _page.
Path
= value; }
9 references to Path
Microsoft.AspNetCore.Mvc.Razor (8)
RazorPage.cs (5)
33
var message = Resources.FormatRazorPage_MethodCannotBeCalled(nameof(RenderBody),
Path
);
157
var message = Resources.FormatSectionAlreadyRendered(nameof(RenderSectionAsync),
Path
, sectionName);
231
throw new InvalidOperationException(Resources.FormatSectionsNotRendered(
Path
, sectionNames, nameof(IgnoreSection)));
238
var message = Resources.FormatRenderBodyNotCalled(nameof(RenderBody),
Path
, nameof(IgnoreBody));
259
throw new InvalidOperationException(Resources.FormatRazorPage_MethodCannotBeCalled(methodName,
Path
));
RazorPageBase.cs (3)
221
var buffer = new ViewBuffer(BufferScope,
Path
, ViewBuffer.TagHelperPageSize);
689
Resources.FormatRazorPage_CannotFlushWhileInAWritingScope(nameof(FlushAsync),
Path
));
696
var message = Resources.FormatLayoutCannotBeRendered(
Path
, nameof(FlushAsync));
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
55
get { return _page.
Path
; }