7 types derived from RazorPage
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageOfT.cs (1)
13
public abstract class RazorPage<TModel> :
RazorPage
Microsoft.AspNetCore.Mvc.Razor.Test (6)
Compilation\DefaultRazorPageFactoryProviderTest.cs (1)
110
private class TestRazorPage :
RazorPage
RazorPageActivatorTest.cs (2)
297
private class ModelTypeProviderRazorPage :
RazorPage
, IModelTypeProvider
312
private abstract class NoModelPropertyBase<TModel> :
RazorPage
RazorPageTest.cs (1)
1437
public abstract class TestableRazorPage :
RazorPage
RazorViewTest.cs (2)
1803
public class TestableRazorPageForDiagnostics :
RazorPage
1825
private class TestableRazorPage :
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)
215
var message = Resources.FormatLayoutCannotBeRendered(Path, nameof(Razor.
RazorPage
.FlushAsync));