Search
ClientManager.MsAjaxLocation Field
See Also
 





Gets or sets the URL to the Microsoft Ajax script file.

Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms

 Syntax

C#  Copy Code

public static string MsAjaxLocation

Visual Basic  Copy Code

Public Shared MsAjaxLocation As String

 Remarks

This property is used only if ClientScriptMode is set to ClientScriptMode.MsAjax.

 See Also