TagBuilder.MergeAttribute Metoda

Definicja

Przeciążenia

MergeAttribute(String, String, Boolean)

Scal atrybut.

MergeAttribute(String, String)

Scal atrybut.

MergeAttribute(String, String, Boolean)

Źródło:
TagBuilder.cs
Źródło:
TagBuilder.cs

Scal atrybut.

public:
 void MergeAttribute(System::String ^ key, System::String ^ value, bool replaceExisting);
public void MergeAttribute (string key, string value, bool replaceExisting);
public void MergeAttribute (string key, string? value, bool replaceExisting);
member this.MergeAttribute : string * string * bool -> unit
Public Sub MergeAttribute (key As String, value As String, replaceExisting As Boolean)

Parametry

key
String

Klucz atrybutu.

value
String

Wartość atrybutu.

replaceExisting
Boolean

Czy zastąpić istniejącą wartość.

Dotyczy

MergeAttribute(String, String)

Źródło:
TagBuilder.cs
Źródło:
TagBuilder.cs

Scal atrybut.

public:
 void MergeAttribute(System::String ^ key, System::String ^ value);
public void MergeAttribute (string key, string value);
public void MergeAttribute (string key, string? value);
member this.MergeAttribute : string * string -> unit
Public Sub MergeAttribute (key As String, value As String)

Parametry

key
String

Klucz atrybutu.

value
String

Wartość atrybutu.

Dotyczy