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)

'Declaration
Public Property Attributes As IDictionary(Of String, String)
	Get
	Private Set

Property Value

Type: System.Collections.Generic.IDictionary(Of String, String)
The collection of attributes for the tag.

Community Additions

ADD
Show: