Sdílet prostřednictvím


BaseView.WriteAttributeTo Metoda

Definice

Zapíše daný atribut danému zapisovači.

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

Parametry

writer
TextWriter

Instance TextWriter , do které chcete zapisovat.

name
String

Název atributu pro zápis

leader
String

Hodnota předpony

trailer
String

Hodnota přípony

values
AttributeValue[]

S AttributeValue, které chcete napsat.

Platí pro