IncludesAddInlineScript Method (String, String) |
Adds an in-line script block.
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 AddInlineScript(
string script,
string includeName
)
Public Shared Sub AddInlineScript (
script As String,
includeName As String
)
public:
static void AddInlineScript(
String^ script,
String^ includeName
)
static member AddInlineScript :
script : string *
includeName : string -> unit
Parameters
- script
- Type: SystemString
The content to add. - includeName
- Type: SystemString
The include control to target. If not specified or found, the first include control found will be targeted.
See Also