HtmlTagScript(String) Constructor |
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 HtmlTagScript(
string type
)
Public Sub New (
type As String
)
public:
HtmlTagScript(
String^ type
)
new :
type : string -> HtmlTagScript
Parameters
- type String
- The type.
See Also