TagBuilder::MergeAttributes<TKey, TValue> Method (IDictionary<TKey, TValue>)
Visual Studio 2010
Adds an attribute to the specified collection of attributes for the tag.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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
- attributes
- Type: System.Collections.Generic::IDictionary<TKey, TValue>
The attributes.
Community Additions
ADD
Show: