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)

public:
TagBuilder(
	String^ tagName
)

Parameters

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

Community Additions

ADD
Show: