Share via


BaseView.WriteAttributeTo 方法

定義

將指定的屬性寫入指定的寫入器

protected:
 void WriteAttributeTo(System::IO::TextWriter ^ writer, System::String ^ name, System::String ^ leader, System::String ^ trailer, ... cli::array <Microsoft::AspNetCore::DiagnosticsViewPage::Views::AttributeValue ^> ^ values);
protected void WriteAttributeTo (System.IO.TextWriter writer, string name, string leader, string trailer, params Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue[] values);
member this.WriteAttributeTo : System.IO.TextWriter * string * string * string * Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue[] -> unit
Protected Sub WriteAttributeTo (writer As TextWriter, name As String, leader As String, trailer As String, ParamArray values As AttributeValue())

參數

writer
TextWriter

要寫入的 TextWriter 實例。

name
String

要寫入的屬性名稱

leader
String

前置詞的值

trailer
String

尾碼的值

values
AttributeValue[]

AttributeValue 寫入的 。

適用於