Gets or sets the URL to the Microsoft Ajax script file.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public string MsAjaxLocation { get; set; } |
Visual Basic Copy Code |
---|
Public Property MsAjaxLocation As String |
A string specifying the location of the MicrosoftAjax script file. The default value is "/Scripts/MicrosoftAjax.js".
This property is used only if ClientScriptMode is set to MsAjax.