Compartir a través de


TagBuilder.MergeAttributes Método

Definición

Sobrecargas

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)

Combine un diccionario de atributos.

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)

Combine un diccionario de atributos.

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)

Source:
TagBuilder.cs
Source:
TagBuilder.cs
Source:
TagBuilder.cs

Combine un diccionario de atributos.

public:
generic <typename TKey, typename TValue>
 void MergeAttributes(System::Collections::Generic::IDictionary<TKey, TValue> ^ attributes);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue> attributes);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue?> attributes);
member this.MergeAttributes : System.Collections.Generic.IDictionary<'Key, 'Value> -> unit
Public Sub MergeAttributes(Of TKey, TValue) (attributes As IDictionary(Of TKey, TValue))

Parámetros de tipo

TKey

El tipo de clave.

TValue

Tipo de valor.

Parámetros

attributes
IDictionary<TKey,TValue>

Atributos.

Se aplica a

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)

Source:
TagBuilder.cs
Source:
TagBuilder.cs
Source:
TagBuilder.cs

Combine un diccionario de atributos.

public:
generic <typename TKey, typename TValue>
 void MergeAttributes(System::Collections::Generic::IDictionary<TKey, TValue> ^ attributes, bool replaceExisting);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue> attributes, bool replaceExisting);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue?> attributes, bool replaceExisting);
member this.MergeAttributes : System.Collections.Generic.IDictionary<'Key, 'Value> * bool -> unit
Public Sub MergeAttributes(Of TKey, TValue) (attributes As IDictionary(Of TKey, TValue), replaceExisting As Boolean)

Parámetros de tipo

TKey

El tipo de clave.

TValue

Tipo de valor.

Parámetros

attributes
IDictionary<TKey,TValue>

Atributos.

replaceExisting
Boolean

Si se van a reemplazar los atributos existentes.

Se aplica a