CuteEditor for .NET 6.0 Class Library

Editor.URLType Property

Specify 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).

[Visual Basic]
Public Property URLType As URLType
[C#]
public URLType URLType {get; set;}

See Also

Editor Class | CuteEditor Namespace