GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / GenerateScript Method
In This Topic
    GenerateScript Method
    In This Topic
    Generate a link to a standard JavaScript file at ScriptFile.
    Syntax
    protected virtual void GenerateScript()
    Remarks
    If Scripting is false, this method does nothing. This writes <script xlink:href="..." /> where the actual HREF is provided by the ScriptFile property. If ScriptFile is the empty string, this generates all of the standard JavaScript code, for no external JavaScript file dependency.
    See Also