HtmlTag Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the HtmlTag class.

Namespace:  Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public HtmlTag(
	string name
)

Parameters

name
Type: SystemString
The name.
Exceptions

ExceptionCondition
ArgumentNullExceptionname
ArgumentExceptionInvalid tag name: (name)
See Also

Reference