Initializes a new instance of the
HtmlTag class.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.HtmlAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic HtmlTag(
string name
)
Public Sub New (
name As String
)
public:
HtmlTag(
String^ name
)
new :
name : string -> HtmlTag
Parameters
- name String
- The name.
Exceptions
See Also