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