ErrorPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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
- Inheritance
- Attributes
Constructors
ErrorPage() | |
ErrorPage(ErrorPageModel) |
Properties
Context |
The request context (Inherited from BaseView) |
HtmlEncoder |
Html encoder used to encode content. (Inherited from BaseView) |
JavaScriptEncoder |
JavaScript encoder used to encode content. (Inherited from BaseView) |
Model | |
Output |
The output stream (Inherited from BaseView) |
Request |
The request (Inherited from BaseView) |
Response |
The response (Inherited from BaseView) |
UrlEncoder |
Url encoder used to encode content. (Inherited from BaseView) |
Methods
BeginWriteAttribute(String, String, Int32, String, Int32, Int32) | (Inherited from BaseView) |
EndWriteAttribute() | (Inherited from BaseView) |
ExecuteAsync() | |
ExecuteAsync(HttpContext) |
Execute an individual request (Inherited from BaseView) |
HtmlEncodeAndReplaceLineBreaks(String) | (Inherited from BaseView) |
Write(HelperResult) |
WriteTo(TextWriter) is invoked (Inherited from BaseView) |
Write(Object) |
Convert to string and html encode (Inherited from BaseView) |
Write(String) |
Html encode and write (Inherited from BaseView) |
WriteAttributeTo(TextWriter, String, String, String, AttributeValue[]) |
Writes the given attribute to the given writer (Inherited from BaseView) |
WriteAttributeValue(String, Int32, Object, Int32, Int32, Boolean) | (Inherited from BaseView) |
WriteLiteral(Object) |
Write the given value directly to the output (Inherited from BaseView) |
WriteLiteral(String) |
Write the given value directly to the output (Inherited from BaseView) |
WriteLiteralTo(TextWriter, Object) |
Writes the specified |
WriteLiteralTo(TextWriter, String) |
Writes the specified |
WriteTo(TextWriter, Object) |
Writes the specified |
WriteTo(TextWriter, String) |
Writes the specified |