SpellCheckSettingsAjaxUrl Property |
Gets or sets the URL, to which the spellchecker engine AJAX call will be made. Check the help for more information.
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string AjaxUrl { get; set; }
Public Property AjaxUrl As String
Get
Set
public:
property String^ AjaxUrl {
String^ get ();
void set (String^ value);
}
member AjaxUrl : string with get, set
Property Value
Type:
StringSee Also