Version

UrlType Enumeration

Enumerates the types of url conversions.
Syntax
'Declaration
 
Public Enum UrlType 
   Inherits System.Enum
public enum UrlType : System.Enum 
Members
MemberDescription
AbsoluteUrls are represented as absolute urls (ex: "http://www.myserver.com/blah/file1.htm").
DocumentRelativeUrls are represented as document relative (ex: "../file1.htm").
RootRelativeUrls are represented as root relative (ex: "/blah/file1.htm").
Remarks

Some browsers modify the value of urls to improper values. This enumeration is used by the WebHtmlEditor.UrlType property to specify how these urls should be converted to proper values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also