| BadRequest() | 
              BadRequestResult创建生成响应的 Status400BadRequest 。(继承自 PageModel) | 
        	
	| BadRequest(ModelStateDictionary) | 
              BadRequestObjectResult创建生成响应的 Status400BadRequest 。(继承自 PageModel) | 
        	
	| BadRequest(Object) | 
              BadRequestObjectResult创建生成响应的 Status400BadRequest 。(继承自 PageModel) | 
        	
	| Challenge() | 创建一个 ChallengeResult。(继承自 PageModel) | 
        	
	| Challenge(AuthenticationProperties) | 
              ChallengeResult使用指定的 (继承自 PageModel)properties创建 。 | 
        	
	| Challenge(AuthenticationProperties, String[]) | 
              ChallengeResult使用指定的身份验证方案和 (继承自 PageModel)properties创建 。 | 
        	
	| Challenge(String[]) | 
              ChallengeResult使用指定的身份验证方案创建 。(继承自 PageModel) | 
        	
	| Content(String) | 
              ContentResult通过指定(继承自 PageModel)content字符串使用 创建 对象Status200OK。 | 
        	
	| Content(String, MediaTypeHeaderValue) | 
              ContentResult通过指定(继承自 PageModel)content字符串和contentType创建对象Status200OK。 | 
        	
	| Content(String, String) | 
              ContentResult通过指定(继承自 PageModel)content字符串和内容类型,使用 Status200OK 创建对象。 | 
        	
	| Content(String, String, Encoding) | 
              ContentResult通过指定(继承自 PageModel)content字符串、contentType和contentEncoding创建对象Status200OK。 | 
        	
	| File(Byte[], String) | 返回一个文件,其中指定 (继承自 PageModel)fileContents为内容 (Status200OK) ,指定contentType为 Content-Type。 | 
        	
	| File(Byte[], String, String) | 返回一个文件,其中指定 (继承自 PageModel)fileContents为内容 (Status200OK) ,指定的contentType作为 Content-Type,指定的fileDownloadName作为建议的文件名。 | 
        	
	| File(Stream, String) | 返回指定 (继承自 PageModel)fileStream(Status200OK) 的文件,contentType指定为 Content-Type。 | 
        	
	| File(Stream, String, String) | 返回指定 (继承自 PageModel)fileStream(Status200OK) 的文件,指定的contentType作为 Content-Type,指定的fileDownloadName作为建议的文件名。 | 
        	
	| File(String, String) | 返回由 (继承自 PageModel)virtualPath(Status200OK) 指定的文件,并将 指定contentType为 Content-Type。 | 
        	
	| File(String, String, String) | 返回由 (继承自 PageModel)virtualPath(Status200OK) 指定的文件,指定的contentType作为 Content-Type,指定的fileDownloadName作为建议的文件名。 | 
        	
	| Forbid() | 
              ForbidResult 默认) Status403Forbidden 创建 (。(继承自 PageModel) | 
        	
	| Forbid(AuthenticationProperties) | 默认情况下,ForbidResultStatus403Forbidden使用指定的 (继承自 PageModel)properties创建)  (。 | 
        	
	| Forbid(AuthenticationProperties, String[]) | 默认情况下,ForbidResultStatus403Forbidden使用指定的身份验证方案和 (继承自 PageModel)properties创建)  (。 | 
        	
	| Forbid(String[]) | 默认情况下,ForbidResultStatus403Forbidden使用指定的身份验证方案创建)  (。(继承自 PageModel) | 
        	
	| LocalRedirect(String) | 创建一个 LocalRedirectResult 对象,该对象将 (Status302Found) 重定向到指定的本地 (继承自 PageModel)localUrl。 | 
        	
	| LocalRedirectPermanent(String) | 
              LocalRedirectResult使用指定的 (继承自 PageModel)localUrl创建设置为 true (Status301MovedPermanently) 的对象Permanent。 | 
        	
	| LocalRedirectPermanentPreserveMethod(String) | 使用指定的 (继承自 PageModel)localUrl创建一个LocalRedirectResult对象,该Permanent对象将 设置为 true,PreserveMethod并将 (Status308PermanentRedirect) 。 | 
        	
	| LocalRedirectPreserveMethod(String) | 使用指定的 (继承自 PageModel)localUrl创建一个LocalRedirectResult对象,该Permanent对象将 设置为 false,PreserveMethod (Status307TemporaryRedirect) 。 | 
        	
	| NotFound() | 
              NotFoundResult创建生成响应的 Status404NotFound 。(继承自 PageModel) | 
        	
	| NotFound(Object) | 
              NotFoundObjectResult创建生成响应的 Status404NotFound 。(继承自 PageModel) | 
        	
	| OnGetAsync() | 此 API 支持 ASP.NET Core 标识默认 UI 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。 | 
        	
	| OnPageHandlerExecuted(PageHandlerExecutedContext) | 在处理程序方法执行之后,在操作结果执行之前调用。(继承自 PageModel) | 
        	
	| OnPageHandlerExecuting(PageHandlerExecutingContext) | 在执行处理程序方法之前、模型绑定完成后调用。(继承自 PageModel) | 
        	
	| OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate) | 在调用处理程序方法之前、模型绑定完成后异步调用。(继承自 PageModel) | 
        	
	| OnPageHandlerSelected(PageHandlerSelectedContext) | 在选择处理程序方法后但在模型绑定发生之前调用。(继承自 PageModel) | 
        	
	| OnPageHandlerSelectionAsync(PageHandlerSelectedContext) | 在选择处理程序方法之后但在模型绑定发生之前以异步方式调用。(继承自 PageModel) | 
        	
	| OnPostAsync() | 此 API 支持 ASP.NET Core 标识默认 UI 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。 | 
        	
	| Page() | 创建呈现 PageResult 页面的 对象。(继承自 PageModel) | 
        	
	| Partial(String) | 
              PartialViewResult通过指定要呈现的分部的名称来创建 。(继承自 PageModel) | 
        	
	| Partial(String, Object) | 
              PartialViewResult通过指定要呈现的部分的名称和模型对象来创建 。(继承自 PageModel) | 
        	
	| PhysicalFile(String, String) | 返回由 (继承自 PageModel)physicalPath(Status200OK) 指定的文件,并将 指定contentType为 Content-Type。 | 
        	
	| PhysicalFile(String, String, String) | 返回由 (继承自 PageModel)physicalPath(Status200OK) 指定的文件,指定的contentType作为 Content-Type,指定的fileDownloadName作为建议的文件名。 | 
        	
	| Redirect(String) | 创建一个 RedirectResult 对象,该对象将 (Status302Found) 重定向到指定的 (继承自 PageModel)url。 | 
        	
	| RedirectPermanent(String) | 
              RedirectResult使用指定的 (继承自 PageModel)url创建设置为 true (Status301MovedPermanently) 的对象Permanent。 | 
        	
	| RedirectPermanentPreserveMethod(String) | 使用指定的 (继承自 PageModel)url创建一个RedirectResult对象,该Permanent对象将 设置为 true,PreserveMethod并将 (Status308PermanentRedirect) 。 | 
        	
	| RedirectPreserveMethod(String) | 使用指定的 (继承自 PageModel)url创建一个RedirectResult对象,该Permanent对象将 设置为 false,PreserveMethod (Status307TemporaryRedirect) 。 | 
        	
	| RedirectToAction(String) | 使用 (继承自 PageModel)actionName将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, Object) | 使用 (继承自 PageModel)actionName和routeValues将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, String) | 使用 (继承自 PageModel)actionName和controllerName将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, String, Object) | 
              Status302Found 使用指定的 、 (继承自 PageModel)controllerName和routeValues将 () 重定向到指定的actionName操作。 | 
        	
	| RedirectToAction(String, String, Object, String) | 使用指定的 、Status302Found(继承自 PageModel)controllerNamerouteValues、 和fragment将 () 重定向到指定的actionName操作。 | 
        	
	| RedirectToAction(String, String, String) | 
              Status302Found 使用指定的 、 (继承自 PageModel)controllerName和fragment将 () 重定向到指定的actionName操作。 | 
        	
	| RedirectToActionPermanent(String) | 使用指定的 将 (Status301MovedPermanently) 重定向到将 设置为 true 的指定(继承自 PageModel)actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, Object) | 使用(继承自 PageModel)actionName指定的 和routeValues将 (Status301MovedPermanently) 重定向到指定操作,并将 Permanent 设置为 true。 | 
        	
	| RedirectToActionPermanent(String, String) | 使用(继承自 PageModel)actionName指定的 和controllerName将 (Status301MovedPermanently) 重定向到指定操作,并将 Permanent 设置为 true。 | 
        	
	| RedirectToActionPermanent(String, String, Object) | 使用指定的 、 和 将 (Status301MovedPermanently) 重定向到设置为 true 的指定(继承自 PageModel)actionName操作Permanent。routeValuescontrollerName | 
        	
	| RedirectToActionPermanent(String, String, Object, String) | 使用指定的 、、 (继承自 PageModel)routeValuescontrollerName和fragment将 (Status301MovedPermanently) 重定向到设置为 true 的指定actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, String, String) | 使用指定的 、 和 将 (Status301MovedPermanently) 重定向到设置为 true 的指定(继承自 PageModel)actionName操作Permanent。fragmentcontrollerName | 
        	
	| RedirectToActionPermanentPreserveMethod(String, String, Object, String) | 使用指定的 、、 和 ,将 (Status308PermanentRedirect) 重定向到设置为 true 且PreserveMethod设置为 true 的指定(继承自 PageModel)routeValuesactionNamecontrollerName操作。Permanentfragment | 
        	
	| RedirectToActionPreserveMethod(String, String, Object, String) | 使用(继承自 PageModel)routeValuescontrollerNameactionName指定的 、、 和 将 (Status307TemporaryRedirect) 重定向到指定操作Permanent,并将 设置为 false PreserveMethod 并fragment设置为 true。 | 
        	
	| RedirectToPage() | 将 (Status302Found) 重定向到当前页。(继承自 PageModel) | 
        	
	| RedirectToPage(Object) | 将 (Status302Found) 重定向到具有指定 (继承自 PageModel)routeValues的当前页。 | 
        	
	| RedirectToPage(String) | 将 (Status302Found) 重定向到指定的 (继承自 PageModel)pageName。 | 
        	
	| RedirectToPage(String, Object) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageModel)pageNamerouteValues。 | 
        	
	| RedirectToPage(String, String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageModel)pageNamepageHandler。 | 
        	
	| RedirectToPage(String, String, Object) | 使用指定的 和 将 (Status302Found) 重定向到指定的 (继承自 PageModel)pageHandler。routeValuespageName | 
        	
	| RedirectToPage(String, String, Object, String) | 使用指定的 和 将 (Status302Found) 重定向到指定的 (继承自 PageModel)routeValues。fragmentpageName | 
        	
	| RedirectToPage(String, String, String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageModel)pageNamefragment。 | 
        	
	| RedirectToPagePermanent(String) | 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageName。 | 
        	
	| RedirectToPagePermanent(String, Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageNamerouteValues。 | 
        	
	| RedirectToPagePermanent(String, Object, String) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageNamefragment。 | 
        	
	| RedirectToPagePermanent(String, String) | 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageName。 | 
        	
	| RedirectToPagePermanent(String, String, Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageNamerouteValues。 | 
        	
	| RedirectToPagePermanent(String, String, Object, String) | 使用指定的 和 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)routeValues。fragmentpageName | 
        	
	| RedirectToPagePermanent(String, String, String) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageModel)pageNamefragment。 | 
        	
	| RedirectToPagePermanentPreserveMethod(String, String, Object, String) | 使用指定的 、 和 将 (Status308PermanentRedirect) 重定向到指定路由,并将 PermanentPreserveMethod 设置为 true 并(继承自 PageModel)fragment设置为 truepageName。routeValues | 
        	
	| RedirectToPagePreserveMethod(String, String, Object, String) | 使用指定的 、 (继承自 PageModel)routeValues和 将 (Status307TemporaryRedirect) 重定向到指定页面,并将 Permanent 设置为 false PreserveMethod 且fragment设置为 true。pageName | 
        	
	| RedirectToRoute(Object) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageModel)routeValues路由。 | 
        	
	| RedirectToRoute(String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageModel)routeName路由。 | 
        	
	| RedirectToRoute(String, Object) | 使用指定的 和 (继承自 PageModel)routeValues将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoute(String, Object, String) | 使用指定的 、 (继承自 PageModel)routeValues和fragment将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoute(String, String) | 使用指定的 和 (继承自 PageModel)fragment将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoutePermanent(Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到将 设置为 true 的指定(继承自 PageModel)routeValues路由Permanent。 | 
        	
	| RedirectToRoutePermanent(String) | 使用指定的 将 (Status301MovedPermanently) 重定向到将 设置为 true 的指定(继承自 PageModel)routeName路由Permanent。 | 
        	
	| RedirectToRoutePermanent(String, Object) | 使用(继承自 PageModel)routeName指定的 和routeValues将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanent(String, Object, String) | 使用(继承自 PageModel)routeName指定的 、routeValues和fragment将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanent(String, String) | 使用(继承自 PageModel)routeName指定的 和fragment将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanentPreserveMethod(String, Object, String) | 使用指定的 、 和 将 (Status308PermanentRedirect) 重定向到指定路由,并将 PermanentPreserveMethod 设置为 true 并(继承自 PageModel)fragment设置为 truerouteName。routeValues | 
        	
	| RedirectToRoutePreserveMethod(String, Object, String) | 使用指定的 、 和 将) Status307TemporaryRedirect (重定向到设置为 false 且PreserveMethod设置为 true 的指定(继承自 PageModel)routeName路由Permanent。fragmentrouteValues | 
        	
	| SignIn(ClaimsPrincipal, AuthenticationProperties, String) | 
              SignInResult使用指定的身份验证方案和 (继承自 PageModel)properties创建 。 | 
        	
	| SignIn(ClaimsPrincipal, String) | 
              SignInResult使用指定的身份验证方案创建 。(继承自 PageModel) | 
        	
	| SignOut(AuthenticationProperties, String[]) | 
              SignOutResult使用指定的身份验证方案和 (继承自 PageModel)properties创建 。 | 
        	
	| SignOut(String[]) | 
              SignOutResult使用指定的身份验证方案创建 。(继承自 PageModel) | 
        	
	| StatusCode(Int32) | 
              StatusCodeResult通过指定 (继承自 PageModel)statusCode创建对象。 | 
        	
	| StatusCode(Int32, Object) | 
              ObjectResult通过指定 (继承自 PageModel)statusCode和 创建对象value | 
        	
	| TryUpdateModelAsync(Object, Type, String) | 使用 的当前 IValueProvider 和 (继承自 PageModel)name中的值PageModel汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync(Object, Type, String, IValueProvider, Func<ModelMetadata,Boolean>) | 使用 (继承自 PageModel)valueProvider和name汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel) | 使用 的当前 IValueProvider中的值PageModel汇报指定的(继承自 PageModel)model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String) | 使用 的当前 IValueProvider中的值PageModel汇报指定的(继承自 PageModel)model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel,Object>>[]) | 使用 的当前 IValueProvider 和 (继承自 PageModel)name中的值PageModel汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>) | 使用 的当前 IValueProvider 和 (继承自 PageModel)name中的值PageModel汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider) | 使用 (继承自 PageModel)valueProvider和name汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Expression<Func<TModel,Object>>[]) | 使用 (继承自 PageModel)valueProvider和name汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Func<ModelMetadata,Boolean>) | 使用 (继承自 PageModel)valueProvider和name汇报指定的model实例。 | 
        	
	| TryValidateModel(Object) | 验证指定的 (继承自 PageModel)model实例。 | 
        	
	| TryValidateModel(Object, String) | 验证指定的 (继承自 PageModel)model实例。 | 
        	
	| Unauthorized() | 
              UnauthorizedResult创建生成响应的 Status401Unauthorized 。(继承自 PageModel) | 
        	
	| ViewComponent(String) | 
              ViewComponentResult通过指定要呈现的视图组件的名称来创建 。(继承自 PageModel) | 
        	
	| ViewComponent(String, Object) | 
              ViewComponentResult通过指定要呈现的视图组件的名称来创建 。(继承自 PageModel) | 
        	
	| ViewComponent(Type) | 
              ViewComponentResult通过指定要Type呈现的视图组件的 创建 。(继承自 PageModel) | 
        	
	| ViewComponent(Type, Object) | 
              ViewComponentResult通过指定要Type呈现的视图组件的 创建 。(继承自 PageModel) |