ErrorPage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is for internal use only and will be removed in a future version.
public ref class ErrorPage : Microsoft::AspNetCore::DiagnosticsViewPage::Views::BaseView
public class ErrorPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class ErrorPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
type ErrorPage = class
inherit BaseView
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type ErrorPage = class
inherit BaseView
Public Class ErrorPage
Inherits BaseView
- 继承
- 属性
构造函数
ErrorPage() | |
ErrorPage(ErrorPageModel) |
属性
Context |
已过时.
请求上下文 (继承自 BaseView) |
HtmlEncoder |
已过时.
用于对内容进行编码的 Html 编码器。 (继承自 BaseView) |
JavaScriptEncoder |
已过时.
用于对内容进行编码的 JavaScript 编码器。 (继承自 BaseView) |
Model | |
Output |
已过时.
输出流 (继承自 BaseView) |
Request |
已过时.
请求 (继承自 BaseView) |
Response |
已过时.
响应 (继承自 BaseView) |
UrlEncoder |
已过时.
用于对内容进行编码的 URL 编码器。 (继承自 BaseView) |