IncludesAddScriptLink Method (String, String) |
Adds a script link.
Namespace: ConnectedApps.Cms.Sdk.UI.WebAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddScriptLink(
string url,
string includeName
)
Public Shared Sub AddScriptLink (
url As String,
includeName As String
)
public:
static void AddScriptLink(
String^ url,
String^ includeName
)
static member AddScriptLink :
url : string *
includeName : string -> unit
Parameters
- url
- Type: SystemString
The URL of the script file. - includeName
- Type: SystemString
The include control to target. If not specified or found, the first include control found will be targeted.
See Also