Share via


TagBuilder.MergeAttributes<TKey, TValue> Method (IDictionary<TKey, TValue>)

Adds an attribute to the specified collection of attributes for the tag.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Sub MergeAttributes(Of TKey, TValue) ( _
    attributes As IDictionary(Of TKey, TValue) _
)
public void MergeAttributes<TKey, TValue>(
    IDictionary<TKey, TValue> attributes
)
public:
generic<typename TKey, typename TValue>
void MergeAttributes(
    IDictionary<TKey, TValue>^ attributes
)

Type Parameters

  • TKey
    The type of the key.
  • TValue
    The type of the value.

Parameters

See Also

Reference

TagBuilder Class

MergeAttributes Overload

System.Web.Mvc Namespace