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