BaseView.Write 方法

定義

多載

Write(HelperResult)

叫用 WriteTo(TextWriter)

Write(Object)

轉換為字串和 HTML 編碼

Write(String)

Html 編碼和寫入

Write(HelperResult)

protected:
 void Write(Microsoft::AspNetCore::DiagnosticsViewPage::Views::HelperResult ^ result);
protected void Write (Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult result);
member this.Write : Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult -> unit
Protected Sub Write (result As HelperResult)

參數

result
HelperResult

要叫用的 HelperResult

適用於

Write(Object)

轉換為字串和 HTML 編碼

protected:
 void Write(System::Object ^ value);
protected void Write (object value);
member this.Write : obj -> unit
Protected Sub Write (value As Object)

參數

value
Object

適用於

Write(String)

Html 編碼和寫入

protected:
 void Write(System::String ^ value);
protected void Write (string value);
member this.Write : string -> unit
Protected Sub Write (value As String)

參數

value
String

適用於