| AddHtmlAttributeValue(String, Int32, Object, Int32, Int32, Boolean) | 添加 html 属性值。(继承自 RazorPageBase) | 
        	
	| BadRequest() | 创建一个 BadRequestResult 生成响应的 Status400BadRequest 。(继承自 PageBase) | 
        	
	| BadRequest(ModelStateDictionary) | 创建一个 BadRequestObjectResult 生成响应的 Status400BadRequest 。(继承自 PageBase) | 
        	
	| BadRequest(Object) | 创建一个 BadRequestObjectResult 生成响应的 Status400BadRequest 。(继承自 PageBase) | 
        	
	| BeginAddHtmlAttributeValues(TagHelperExecutionContext, String, Int32, HtmlAttributeValueStyle) | 开始添加 html 属性值。(继承自 RazorPageBase) | 
        	
	| BeginContext(Int32, Int32, Boolean) | Razor 页面的基类。(继承自 PageBase) | 
        	
	| BeginWriteAttribute(String, String, Int32, String, Int32, Int32) | 开始写出属性。(继承自 RazorPageBase) | 
        	
	| BeginWriteTagHelperAttribute() | 启动用于写入 ITagHelper 属性值的新范围。(继承自 RazorPageBase) | 
        	
	| Challenge() | 创建一个 ChallengeResult。(继承自 PageBase) | 
        	
	| Challenge(AuthenticationProperties) | 
              ChallengeResult使用指定的 (继承自 PageBase)properties创建 。 | 
        	
	| Challenge(AuthenticationProperties, String[]) | 
              ChallengeResult使用指定的身份验证方案和 (继承自 PageBase)properties创建 。 | 
        	
	| Challenge(String[]) | 
              ChallengeResult使用指定的身份验证方案创建 。(继承自 PageBase) | 
        	
	| Content(String) | 
              ContentResult通过指定字符串,使用 创建(继承自 PageBase)content对象Status200OK。 | 
        	
	| Content(String, MediaTypeHeaderValue) | 
              ContentResult通过指定(继承自 PageBase)content字符串和contentType创建对象Status200OK。 | 
        	
	| Content(String, String) | 
              ContentResult通过指定(继承自 PageBase)content字符串和内容类型创建对象Status200OK。 | 
        	
	| Content(String, String, Encoding) | 
              ContentResult通过指定(继承自 PageBase)content字符串 、contentType和contentEncoding来创建对象Status200OK。 | 
        	
	| CreateTagHelper<TTagHelper>() | 创建并激活 ITagHelper。(继承自 RazorPageBase) | 
        	
	| DefineSection(String, Func<Object,Task>) | 在页面中创建一个命名内容节,该节可在布局页 (继承自 RazorPageBase)RenderSection中使用 或 调用RenderSectionAsync | 
        	
	| DefineSection(String, RenderAsyncDelegate) | 在页面中创建一个命名内容节,该节可在布局页 (继承自 RazorPageBase)RenderSection中使用 或 调用RenderSectionAsync | 
        	
	| EndAddHtmlAttributeValues(TagHelperExecutionContext) | 结束添加 html 属性值。(继承自 RazorPageBase) | 
        	
	| EndContext() | Razor 页面的基类。(继承自 PageBase) | 
        	
	| EndTagHelperWritingScope() | 结束通过调用 StartTagHelperWritingScope(HtmlEncoder)启动的当前写入范围。(继承自 RazorPageBase) | 
        	
	| EndWriteAttribute() | 结束写入属性。(继承自 RazorPageBase) | 
        	
	| EndWriteTagHelperAttribute() | 结束通过调用 BeginWriteTagHelperAttribute()启动的当前写入范围。(继承自 RazorPageBase) | 
        	
	| EnsureRenderedBodyOrSections() | 验证中 PreviousSectionWriters 定义的所有节都已呈现,或者如果未定义任何部分,则呈现正文。(继承自 PageBase) | 
        	
	| ExecuteAsync() | 呈现页面并将输出写入 。Writer(继承自 RazorPageBase) | 
        	
	| File(Byte[], String) | 返回一个文件,其中指定 (继承自 PageBase)fileContents为内容 (Status200OK) ,指定contentType为 Content-Type。 | 
        	
	| File(Byte[], String, String) | 返回一个文件,其中指定 (继承自 PageBase)fileContents为内容 (Status200OK) ,指定contentType为 Content-Type,指定fileDownloadName为建议的文件名。 | 
        	
	| File(Stream, String) | 返回指定 (继承自 PageBase)fileStream(Status200OK) 中指定contentType为 Content-Type 的文件。 | 
        	
	| File(Stream, String, String) | 返回指定 (继承自 PageBase)fileStream(Status200OK) 的文件,contentType指定的 作为 Content-Type,指定fileDownloadName为建议的文件名。 | 
        	
	| File(String, String) | 返回由 (继承自 PageBase)virtualPath(Status200OK) 指定的文件,并将 指定contentType为 Content-Type。 | 
        	
	| File(String, String, String) | 返回由 (继承自 PageBase)virtualPath(Status200OK) 指定的文件,contentType指定的 作为 Content-Type,而指定fileDownloadName为建议的文件名。 | 
        	
	| FlushAsync() | 
              FlushAsync()在 响应流上Output和Stream.FlushAsync上调用 ,将任何缓冲内容写出到 。Body(继承自 RazorPageBase) | 
        	
	| Forbid() | 默认情况下) ForbidResultStatus403Forbidden 创建 (。(继承自 PageBase) | 
        	
	| Forbid(AuthenticationProperties) | 默认情况下,ForbidResultStatus403Forbidden使用指定的 (继承自 PageBase)properties创建 () 。 | 
        	
	| Forbid(AuthenticationProperties, String[]) | 默认情况下,ForbidResultStatus403Forbidden使用指定的身份验证方案和 (继承自 PageBase)properties创建)  (。 | 
        	
	| Forbid(String[]) | 默认情况下, ForbidResult 使用指定的身份验证方案创建)  (Status403Forbidden 。(继承自 PageBase) | 
        	
	| Href(String) | 返回给定内容路径的 href。(继承自 RazorPageBase) | 
        	
	| InvalidTagHelperIndexerAssignment(String, String, String) | 当标记帮助程序属性为 (继承自 RazorPageBase)null时,设置有关使用索引器的错误消息的格式。 | 
        	
	| LocalRedirect(String) | 创建一个 LocalRedirectResult 对象,该对象将 (Status302Found) 重定向到指定的本地 (继承自 PageBase)localUrl。 | 
        	
	| LocalRedirectPermanent(String) | 
              LocalRedirectResult
              Permanent使用指定的 (继承自 PageBase)localUrl创建设置为 true 的对象, (Status301MovedPermanently) 。 | 
        	
	| LocalRedirectPermanentPreserveMethod(String) | 使用指定的 (继承自 PageBase)localUrl创建一个LocalRedirectResult对象Permanent,并将 设置为 true PreserveMethod (Status308PermanentRedirect) 。 | 
        	
	| LocalRedirectPreserveMethod(String) | 
              LocalRedirectResult
              Permanent使用指定的 (继承自 PageBase)localUrl创建设置为 false 且PreserveMethod设置为 true 的对象,Status307TemporaryRedirect () 。 | 
        	
	| NotFound() | 创建一个 NotFoundResult 生成响应的 Status404NotFound 。(继承自 PageBase) | 
        	
	| NotFound(Object) | 创建一个 NotFoundObjectResult 生成响应的 Status404NotFound 。(继承自 PageBase) | 
        	
	| Page() | 创建一个 PageResult 对象,该对象将此页面呈现为响应的视图。(继承自 PageBase) | 
        	
	| Partial(String) | 
              PartialViewResult通过指定要呈现的分部的名称来创建 。(继承自 PageBase) | 
        	
	| Partial(String, Object) | 
              PartialViewResult通过指定要呈现的分部的名称和模型对象来创建 。(继承自 PageBase) | 
        	
	| PhysicalFile(String, String) | 返回由 (继承自 PageBase)physicalPath(Status200OK) 指定的文件,并将 指定contentType为 Content-Type。 | 
        	
	| PhysicalFile(String, String, String) | 返回由 (继承自 PageBase)physicalPath(Status200OK) 指定的文件,contentType指定的 作为 Content-Type,而指定fileDownloadName为建议的文件名。 | 
        	
	| PopWriter() | 从堆栈返回文本编写器。(继承自 RazorPageBase) | 
        	
	| PushWriter(TextWriter) | 将文本编写器放在堆栈上。(继承自 RazorPageBase) | 
        	
	| Redirect(String) | 创建重定向 RedirectResult 到指定 (继承自 PageBase)url的对象。 | 
        	
	| RedirectPermanent(String) | 
              RedirectResult
              Permanent使用指定的 (继承自 PageBase)url创建设置为 true 的对象, (Status301MovedPermanently) 。 | 
        	
	| RedirectPermanentPreserveMethod(String) | 使用指定的 (继承自 PageBase)url创建一个RedirectResult对象Permanent,并将 设置为 true PreserveMethod (Status308PermanentRedirect) 。 | 
        	
	| RedirectPreserveMethod(String) | 
              RedirectResult
              Permanent使用指定的 (继承自 PageBase)url创建设置为 false 且PreserveMethod设置为 true 的对象,Status307TemporaryRedirect () 。 | 
        	
	| RedirectToAction(String) | 使用 (继承自 PageBase)actionName将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, Object) | 使用 (继承自 PageBase)actionName和routeValues将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, String) | 使用 (继承自 PageBase)actionName和controllerName将 (Status302Found) 重定向到指定的操作。 | 
        	
	| RedirectToAction(String, String, Object) | 
              Status302Found 使用指定的 、 (继承自 PageBase)controllerName和routeValues将 () 重定向到指定的actionName操作。 | 
        	
	| RedirectToAction(String, String, Object, String) | 
              Status302Found 使用指定的 、、 (继承自 PageBase)controllerNamerouteValues和fragment将)  (重定向到指定的actionName操作。 | 
        	
	| RedirectToAction(String, String, String) | 
              Status302Found 使用指定的 、 (继承自 PageBase)controllerName和fragment将 () 重定向到指定的actionName操作。 | 
        	
	| RedirectToActionPermanent(String) | 使用指定的 将 (Status301MovedPermanently) 重定向到设置为 true 的指定(继承自 PageBase)actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, Object) | 使用指定的 和 (继承自 PageBase)routeValues将) Status301MovedPermanently (重定向到设置为 true 的指定actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, String) | 使用指定的 和 (继承自 PageBase)controllerName将) Status301MovedPermanently (重定向到设置为 true 的指定actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, String, Object) | 使用指定的 、 和 将 (Status301MovedPermanently) 重定向到设置为 true 的指定(继承自 PageBase)actionName操作Permanent。routeValuescontrollerName | 
        	
	| RedirectToActionPermanent(String, String, Object, String) | 使用指定的 、、 (继承自 PageBase)routeValuescontrollerName和fragment将 (Status301MovedPermanently) 重定向到设置为 true 的指定actionName操作Permanent。 | 
        	
	| RedirectToActionPermanent(String, String, String) | 使用指定的 、 和 将 (Status301MovedPermanently) 重定向到设置为 true 的指定(继承自 PageBase)actionName操作Permanent。fragmentcontrollerName | 
        	
	| RedirectToActionPermanentPreserveMethod(String, String, Object, String) | 使用指定的 、、 (继承自 PageBase)controllerNamerouteValues和fragment将 (Status308PermanentRedirect) 重定向到设置为 true 且PreserveMethod设置为 true 的指定actionName操作Permanent。 | 
        	
	| RedirectToActionPreserveMethod(String, String, Object, String) | 使用指定的 、、 和 将 (Status307TemporaryRedirect) 重定向到设置为 false 且PreserveMethod设置为 true 的指定(继承自 PageBase)routeValuesactionNamecontrollerName操作。Permanentfragment | 
        	
	| RedirectToPage() | 将 (Status302Found) 重定向到当前页。(继承自 PageBase) | 
        	
	| RedirectToPage(Object) | 将 (Status302Found) 重定向到具有指定 (继承自 PageBase)routeValues的当前页。 | 
        	
	| RedirectToPage(String) | 将 (Status302Found) 重定向到指定的 (继承自 PageBase)pageName。 | 
        	
	| RedirectToPage(String, Object) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageBase)pageNamerouteValues。 | 
        	
	| RedirectToPage(String, String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageBase)pageNamepageHandler。 | 
        	
	| RedirectToPage(String, String, Object, String) | 使用指定的 和 将 (Status302Found) 重定向到指定的 (继承自 PageBase)routeValues。fragmentpageName | 
        	
	| RedirectToPage(String, String, String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageBase)pageNamefragment。 | 
        	
	| RedirectToPagePermanent(String) | 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)pageName。 | 
        	
	| RedirectToPagePermanent(String, Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)pageNamerouteValues。 | 
        	
	| RedirectToPagePermanent(String, String) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)pageNamepageHandler。 | 
        	
	| RedirectToPagePermanent(String, String, Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)pageNamerouteValues。 | 
        	
	| RedirectToPagePermanent(String, String, Object, String) | 使用指定的 和 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)routeValues。fragmentpageName | 
        	
	| RedirectToPagePermanent(String, String, String) | 使用指定的 将 (Status301MovedPermanently) 重定向到指定的 (继承自 PageBase)pageNamefragment。 | 
        	
	| RedirectToPagePermanentPreserveMethod(String, String, Object, String) | 使用指定的 、 和 将 (Status308PermanentRedirect) 重定向到指定路由,并将 PermanentPreserveMethod 设置为 true 并(继承自 PageBase)fragment设置为 truepageName。routeValues | 
        	
	| RedirectToPagePreserveMethod(String, String, Object, String) | 使用指定的 、 (继承自 PageBase)routeValues和 将 (Status307TemporaryRedirect) 重定向到指定页面,并将 Permanent 设置为 false PreserveMethod 且fragment设置为 true。pageName | 
        	
	| RedirectToRoute(Object) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageBase)routeValues路由。 | 
        	
	| RedirectToRoute(String) | 使用指定的 将 (Status302Found) 重定向到指定的 (继承自 PageBase)routeName路由。 | 
        	
	| RedirectToRoute(String, Object) | 使用指定的 和 (继承自 PageBase)routeValues将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoute(String, Object, String) | 使用指定的 、 (继承自 PageBase)routeValues和fragment将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoute(String, String) | 使用指定的 和 (继承自 PageBase)fragment将 (Status302Found) 重定向到指定的routeName路由。 | 
        	
	| RedirectToRoutePermanent(Object) | 使用指定的 将 (Status301MovedPermanently) 重定向到将 设置为 true 的指定(继承自 PageBase)routeValues路由Permanent。 | 
        	
	| RedirectToRoutePermanent(String) | 使用指定的 将 (Status301MovedPermanently) 重定向到将 设置为 true 的指定(继承自 PageBase)routeName路由Permanent。 | 
        	
	| RedirectToRoutePermanent(String, Object) | 使用(继承自 PageBase)routeName指定的 和routeValues将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanent(String, Object, String) | 使用(继承自 PageBase)routeName指定的 、routeValues和fragment将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanent(String, String) | 使用(继承自 PageBase)routeName指定的 和fragment将 (Status301MovedPermanently) 重定向到指定路由,并将 Permanent 设置为 true。 | 
        	
	| RedirectToRoutePermanentPreserveMethod(String, Object, String) | 使用指定的 、 和 将 (Status308PermanentRedirect) 重定向到指定路由,并将 PermanentPreserveMethod 设置为 true 并(继承自 PageBase)fragment设置为 truerouteName。routeValues | 
        	
	| RedirectToRoutePreserveMethod(String, Object, String) | 使用指定的 、 (继承自 PageBase)routeValues和 ,将 (Status307TemporaryRedirect) 重定向到指定路由,并将 Permanent 设置为 false PreserveMethod 且fragment设置为 true。routeName | 
        	
	| SetAntiforgeryCookieAndHeader() | 在响应上设置反伪造 Cookie 和 X-Frame-Options 标头。(继承自 RazorPageBase) | 
        	
	| SignIn(ClaimsPrincipal, AuthenticationProperties, String) | 
              SignInResult使用指定的身份验证方案和 (继承自 PageBase)properties创建 。 | 
        	
	| SignIn(ClaimsPrincipal, String) | 
              SignInResult使用指定的身份验证方案创建 。(继承自 PageBase) | 
        	
	| SignOut(AuthenticationProperties, String[]) | 
              SignOutResult使用指定的身份验证方案和 (继承自 PageBase)properties创建 。 | 
        	
	| SignOut(String[]) | 
              SignOutResult使用指定的身份验证方案创建 。(继承自 PageBase) | 
        	
	| StartTagHelperWritingScope(HtmlEncoder) | 启动新的写入范围,并选择性地覆盖 HtmlEncoder 该范围。(继承自 RazorPageBase) | 
        	
	| StatusCode(Int32) | 
              StatusCodeResult通过指定 (继承自 PageBase)statusCode创建 对象。 | 
        	
	| StatusCode(Int32, Object) | 
              ObjectResult通过指定 (继承自 PageBase)statusCode和 创建 对象value | 
        	
	| TryUpdateModelAsync(Object, Type, String) | 使用 的当前 IValueProvider 和 (继承自 PageBase)prefix中的值Page汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync(Object, Type, String, IValueProvider, Func<ModelMetadata,Boolean>) | 使用 (继承自 PageBase)valueProvider和prefix汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel) | 使用 的当前 IValueProvider中的值Page汇报指定的(继承自 PageBase)model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String) | 使用 的当前 IValueProvider 和 (继承自 PageBase)prefix中的值Page汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel,Object>>[]) | 使用 的当前 IValueProvider 和 (继承自 PageBase)prefix中的值Page汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>) | 使用 的当前 IValueProvider 和 (继承自 PageBase)prefix中的值Page汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider) | 使用 (继承自 PageBase)valueProvider和prefix汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Expression<Func<TModel,Object>>[]) | 使用 (继承自 PageBase)valueProvider和prefix汇报指定的model实例。 | 
        	
	| TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Func<ModelMetadata,Boolean>) | 使用 (继承自 PageBase)valueProvider和prefix汇报指定的model实例。 | 
        	
	| TryValidateModel(Object) | 验证指定的 (继承自 PageBase)model实例。 | 
        	
	| TryValidateModel(Object, String) | 验证指定的 (继承自 PageBase)model实例。 | 
        	
	| Unauthorized() | 创建生成 UnauthorizedResult 响应的 Status401Unauthorized 。(继承自 PageBase) | 
        	
	| ViewComponent(String) | 
              ViewComponentResult通过指定要呈现的视图组件的名称来创建 。(继承自 PageBase) | 
        	
	| ViewComponent(String, Object) | 
              ViewComponentResult通过指定要呈现的视图组件的名称来创建 。(继承自 PageBase) | 
        	
	| ViewComponent(Type) | 
              ViewComponentResult通过指定要Type呈现的视图组件的 创建 。(继承自 PageBase) | 
        	
	| ViewComponent(Type, Object) | 
              ViewComponentResult通过指定要Type呈现的视图组件的 创建 。(继承自 PageBase) | 
        	
	| Write(Object) | 使用 HTML 编码将指定的 (继承自 RazorPageBase)value写入到 Output。 | 
        	
	| Write(String) | 使用 HTML 编码将指定的 (继承自 RazorPageBase)value写入到 Output。 | 
        	
	| WriteAttributeValue(String, Int32, Object, Int32, Int32, Boolean) | 写出属性值。(继承自 RazorPageBase) | 
        	
	| WriteLiteral(Object) | 将指定的 (继承自 RazorPageBase)value不带 HTML 编码的 写入到 Output。 | 
        	
	| WriteLiteral(String) | 将指定的 (继承自 RazorPageBase)value不带 HTML 编码的 写入到 Output。 |