TagBuilder Constructor

Visual Studio 2010

Initializes a new instance of the TagBuilder class.

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

'Declaration
Public Sub New ( _
	tagName As String _
)

Parameters

tagName
Type: System.String
The name of the tag.

Community Additions

ADD
Show: