Specifies whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif).

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

Syntax

C#
public RTEURLType URLType { get; set; }
Visual Basic
Public Property URLType As RTEURLType
	Get
	Set
Visual C++
public:
property RTEURLType URLType {
	RTEURLType get ();
	void set (RTEURLType value);
}

See Also