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) |