3 types derived from RazorPageBase
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPage.cs (1)
13public abstract class RazorPage : RazorPageBase
Microsoft.AspNetCore.Mvc.RazorPages (1)
PageBase.cs (1)
25public abstract class PageBase : RazorPageBase
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (1)
35private class InvalidPageWithWrongBaseClass : RazorPageBase
9 references to RazorPageBase
Microsoft.AspNetCore.Mvc.Razor (5)
RazorPage.cs (4)
85/// <remarks>The method writes to the <see cref="RazorPageBase.Output"/> and the value returned is a token 101/// <remarks>The method writes to the <see cref="RazorPageBase.Output"/> and the value returned is a token 121/// <remarks>The method writes to the <see cref="RazorPageBase.Output"/> and the value returned is a token 140/// <remarks>The method writes to the <see cref="RazorPageBase.Output"/> and the value returned is a token
RazorPageBase.cs (1)
710/// before <see cref="RazorPageBase.FlushAsync"/> flushes the headers. </remarks>
Microsoft.AspNetCore.Mvc.RazorPages (4)
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (1)
197declaringType == typeof(RazorPageBase))
Infrastructure\RazorPageAdapter.cs (3)
17private readonly RazorPageBase _page; 23/// <param name="page">The <see cref="RazorPageBase"/>.</param> 25public RazorPageAdapter(RazorPageBase page, Type modelType)