TagBuilder::Attributes Property

Visual Studio 2010

Gets or sets the collection of attributes for the tag.

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

public:
property IDictionary<String^, String^>^ Attributes {
	IDictionary<String^, String^>^ get ();
	private: void set (IDictionary<String^, String^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String, String>
The collection of attributes for the tag.

Community Additions

ADD
Show: