TagBuilder Constructor
Initializes a new instance of the TagBuilder class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
tagName As String _
)
public TagBuilder(
string tagName
)
public:
TagBuilder(
String^ tagName
)
Parameters
- tagName
Type: System.String
The name of the tag.