Skip to content

IDynamicScriptManager.GetScriptText method

Gets the dynamic script text.

public string GetScriptText(string name, bool json = false)
parameter description
name The registered name.
json true to get JSON data.

Return Value

The script text.

See Also