1 type derived from RazorPage
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageOfT.cs (1)
13public abstract class RazorPage<TModel> : RazorPage
7 references to RazorPage
Microsoft.AspNetCore.Mvc.Razor (7)
Compilation\DefaultRazorPageFactoryProvider.cs (1)
9/// Represents a <see cref="IRazorPageFactoryProvider"/> that creates <see cref="RazorPage"/> instances
HelperResult.cs (1)
10/// Represents a deferred write operation in a <see cref="RazorPage"/>.
RazorPageBase.cs (4)
120/// Gets the <see cref="System.Text.Encodings.Web.HtmlEncoder"/> to use when this <see cref="RazorPage"/> 211/// The <see cref="System.Text.Encodings.Web.HtmlEncoder"/> to use when this <see cref="RazorPage"/> handles 265/// The content will be buffered using a shared <see cref="StringWriter"/> within this <see cref="RazorPage"/> 292/// <returns>The content buffered by the shared <see cref="StringWriter"/> of this <see cref="RazorPage"/>.</returns>
RazorView.cs (1)
215var message = Resources.FormatLayoutCannotBeRendered(Path, nameof(Razor.RazorPage.FlushAsync));