Specify a URL to process editor ajax requests and upload requests.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string AjaxPostbackUrl { get; set; }
Visual Basic
Public Property AjaxPostbackUrl As String
	Get
	Set
Visual C++
public:
property String^ AjaxPostbackUrl {
	String^ get ();
	void set (String^ value);
}

See Also