Sdílet prostřednictvím


TagBuilder.MergeAttribute Metoda

Definice

Přetížení

MergeAttribute(String, String, Boolean)

Sloučení atributu

MergeAttribute(String, String)

Sloučení atributu

MergeAttribute(String, String, Boolean)

Zdroj:
TagBuilder.cs
Zdroj:
TagBuilder.cs
Zdroj:
TagBuilder.cs

Sloučení atributu

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

Klíč atributu.

value
String

Hodnota atributu.

replaceExisting
Boolean

Určuje, jestli se má nahradit existující hodnota.

Platí pro

MergeAttribute(String, String)

Zdroj:
TagBuilder.cs
Zdroj:
TagBuilder.cs
Zdroj:
TagBuilder.cs

Sloučení atributu

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

Klíč atributu.

value
String

Hodnota atributu.

Platí pro