Show / Hide Table of Contents

Class AbpPage

Inheritance
object
RazorPageBase
PageBase
Page
AbpPage
Implements
IRazorPage
Inherited Members
PageBase.EnsureRenderedBodyOrSections()
PageBase.BeginContext(int, int, bool)
PageBase.EndContext()
PageBase.BadRequest()
PageBase.BadRequest(object)
PageBase.BadRequest(ModelStateDictionary)
PageBase.Challenge()
PageBase.Challenge(params string[])
PageBase.Challenge(AuthenticationProperties)
PageBase.Challenge(AuthenticationProperties, params string[])
PageBase.Content(string)
PageBase.Content(string, string)
PageBase.Content(string, string, Encoding)
PageBase.Content(string, MediaTypeHeaderValue)
PageBase.Forbid()
PageBase.Forbid(params string[])
PageBase.Forbid(AuthenticationProperties)
PageBase.Forbid(AuthenticationProperties, params string[])
PageBase.File(byte[], string)
PageBase.File(byte[], string, string)
PageBase.File(Stream, string)
PageBase.File(Stream, string, string)
PageBase.File(string, string)
PageBase.File(string, string, string)
PageBase.PhysicalFile(string, string)
PageBase.PhysicalFile(string, string, string)
PageBase.LocalRedirect(string)
PageBase.LocalRedirectPermanent(string)
PageBase.LocalRedirectPreserveMethod(string)
PageBase.LocalRedirectPermanentPreserveMethod(string)
PageBase.NotFound()
PageBase.NotFound(object)
PageBase.Page()
PageBase.Redirect(string)
PageBase.RedirectPermanent(string)
PageBase.RedirectPreserveMethod(string)
PageBase.RedirectPermanentPreserveMethod(string)
PageBase.RedirectToAction(string)
PageBase.RedirectToAction(string, object)
PageBase.RedirectToAction(string, string)
PageBase.RedirectToAction(string, string, object)
PageBase.RedirectToAction(string, string, string)
PageBase.RedirectToAction(string, string, object, string)
PageBase.RedirectToActionPreserveMethod(string, string, object, string)
PageBase.RedirectToActionPermanent(string)
PageBase.RedirectToActionPermanent(string, object)
PageBase.RedirectToActionPermanent(string, string)
PageBase.RedirectToActionPermanent(string, string, string)
PageBase.RedirectToActionPermanent(string, string, object)
PageBase.RedirectToActionPermanent(string, string, object, string)
PageBase.RedirectToActionPermanentPreserveMethod(string, string, object, string)
PageBase.RedirectToRoute(string)
PageBase.RedirectToRoute(object)
PageBase.RedirectToRoute(string, object)
PageBase.RedirectToRoute(string, string)
PageBase.RedirectToRoute(string, object, string)
PageBase.RedirectToRoutePreserveMethod(string, object, string)
PageBase.RedirectToRoutePermanent(string)
PageBase.RedirectToRoutePermanent(object)
PageBase.RedirectToRoutePermanent(string, object)
PageBase.RedirectToRoutePermanent(string, string)
PageBase.RedirectToRoutePermanent(string, object, string)
PageBase.RedirectToRoutePermanentPreserveMethod(string, object, string)
PageBase.RedirectToPage()
PageBase.RedirectToPage(object)
PageBase.RedirectToPage(string)
PageBase.RedirectToPage(string, string)
PageBase.RedirectToPage(string, object)
PageBase.RedirectToPage(string, string, string)
PageBase.RedirectToPage(string, string, object, string)
PageBase.RedirectToPagePermanent(string)
PageBase.RedirectToPagePermanent(string, object)
PageBase.RedirectToPagePermanent(string, string)
PageBase.RedirectToPagePermanent(string, string, object)
PageBase.RedirectToPagePermanent(string, string, string)
PageBase.RedirectToPagePermanent(string, string, object, string)
PageBase.RedirectToPagePreserveMethod(string, string, object, string)
PageBase.RedirectToPagePermanentPreserveMethod(string, string, object, string)
PageBase.SignIn(ClaimsPrincipal, string)
PageBase.SignIn(ClaimsPrincipal, AuthenticationProperties, string)
PageBase.SignOut(params string[])
PageBase.SignOut(AuthenticationProperties, params string[])
PageBase.StatusCode(int)
PageBase.StatusCode(int, object)
PageBase.Unauthorized()
PageBase.Partial(string)
PageBase.Partial(string, object)
PageBase.ViewComponent(string)
PageBase.ViewComponent(Type)
PageBase.ViewComponent(string, object)
PageBase.ViewComponent(Type, object)
PageBase.TryUpdateModelAsync<TModel>(TModel)
PageBase.TryUpdateModelAsync<TModel>(TModel, string)
PageBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
PageBase.TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
PageBase.TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
PageBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
PageBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
PageBase.TryUpdateModelAsync(object, Type, string)
PageBase.TryUpdateModelAsync(object, Type, string, IValueProvider, Func<ModelMetadata, bool>)
PageBase.TryValidateModel(object)
PageBase.TryValidateModel(object, string)
PageBase.PageContext
PageBase.ViewContext
PageBase.HttpContext
PageBase.Request
PageBase.Response
PageBase.RouteData
PageBase.ModelState
PageBase.MetadataProvider
RazorPageBase.ExecuteAsync()
RazorPageBase.CreateTagHelper<TTagHelper>()
RazorPageBase.StartTagHelperWritingScope(HtmlEncoder)
RazorPageBase.EndTagHelperWritingScope()
RazorPageBase.BeginWriteTagHelperAttribute()
RazorPageBase.EndWriteTagHelperAttribute()
RazorPageBase.PushWriter(TextWriter)
RazorPageBase.PopWriter()
RazorPageBase.Href(string)
RazorPageBase.DefineSection(string, RenderAsyncDelegate)
RazorPageBase.Write(object)
RazorPageBase.Write(string)
RazorPageBase.WriteLiteral(object)
RazorPageBase.WriteLiteral(string)
RazorPageBase.BeginWriteAttribute(string, string, int, string, int, int)
RazorPageBase.WriteAttributeValue(string, int, object, int, int, bool)
RazorPageBase.EndWriteAttribute()
RazorPageBase.BeginAddHtmlAttributeValues(TagHelperExecutionContext, string, int, HtmlAttributeValueStyle)
RazorPageBase.AddHtmlAttributeValue(string, int, object, int, int, bool)
RazorPageBase.EndAddHtmlAttributeValues(TagHelperExecutionContext)
RazorPageBase.FlushAsync()
RazorPageBase.SetAntiforgeryCookieAndHeader()
RazorPageBase.Layout
RazorPageBase.Output
RazorPageBase.Path
RazorPageBase.SectionWriters
RazorPageBase.ViewBag
RazorPageBase.IsLayoutBeingRendered
RazorPageBase.BodyContent
RazorPageBase.PreviousSectionWriters
RazorPageBase.DiagnosticSource
RazorPageBase.HtmlEncoder
RazorPageBase.User
RazorPageBase.TempData
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.RazorPages
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public abstract class AbpPage : Page, IRazorPage

Constructors

AbpPage()

Declaration
protected AbpPage()

Properties

CurrentUser

Declaration
[RazorInject]
public ICurrentUser CurrentUser { get; set; }
Property Value
Type Description
ICurrentUser

Implements

IRazorPage

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform