Skip to content

IDynamicScriptManager.GetScriptInclude method

Gets a script include element HTML markup.

public string GetScriptInclude(string name, string extension = ".js")
parameter description
name The registered name.
extension The expected extension; defaults to .js.

Return Value

The script include markup.

See Also