CompilationErrorPage 类

定义

注意

This type is for internal use only and will be removed in a future version.

public ref class CompilationErrorPage : Microsoft::AspNetCore::DiagnosticsViewPage::Views::BaseView
public class CompilationErrorPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class CompilationErrorPage : Microsoft.AspNetCore.DiagnosticsViewPage.Views.BaseView
type CompilationErrorPage = class
    inherit BaseView
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type CompilationErrorPage = class
    inherit BaseView
Public Class CompilationErrorPage
Inherits BaseView
继承
CompilationErrorPage
属性

构造函数

CompilationErrorPage()

属性

Context
已过时.

请求上下文

(继承自 BaseView)
HtmlEncoder
已过时.

用于对内容进行编码的 Html 编码器。

(继承自 BaseView)
JavaScriptEncoder
已过时.

用于对内容进行编码的 JavaScript 编码器。

(继承自 BaseView)
Model
Output
已过时.

输出流

(继承自 BaseView)
Request
已过时.

请求

(继承自 BaseView)
Response
已过时.

响应

(继承自 BaseView)
UrlEncoder
已过时.

用于对内容进行编码的 URL 编码器。

(继承自 BaseView)

方法

BeginWriteAttribute(String, String, Int32, String, Int32, Int32)
已过时.
(继承自 BaseView)
EndWriteAttribute()
已过时.
(继承自 BaseView)
ExecuteAsync()
ExecuteAsync(HttpContext)
已过时.

执行单个请求

(继承自 BaseView)
HtmlEncodeAndReplaceLineBreaks(String)
已过时.
(继承自 BaseView)
Write(HelperResult)
已过时.

调用 WriteTo(TextWriter)

(继承自 BaseView)
Write(Object)
已过时.

转换为字符串和 html 编码

(继承自 BaseView)
Write(String)
已过时.

进行 Html 编码并写入

(继承自 BaseView)
WriteAttributeTo(TextWriter, String, String, String, AttributeValue[])
已过时.

将给定属性写入给定编写器

(继承自 BaseView)
WriteAttributeValue(String, Int32, Object, Int32, Int32, Boolean)
已过时.
(继承自 BaseView)
WriteLiteral(Object)
已过时.

将给定值直接写入到输出

(继承自 BaseView)
WriteLiteral(String)
已过时.

将给定值直接写入到输出

(继承自 BaseView)
WriteLiteralTo(TextWriter, Object)
已过时.

将不带 HTML 编码的指定 value 写入 。writer

(继承自 BaseView)
WriteLiteralTo(TextWriter, String)
已过时.

将不带 HTML 编码的指定 value 写入 Output

(继承自 BaseView)
WriteTo(TextWriter, Object)
已过时.

将指定的 value 写入 writer

(继承自 BaseView)
WriteTo(TextWriter, String)
已过时.

使用 HTML 编码将指定的 value 写入 writer

(继承自 BaseView)

适用于