Dart.PowerWEB.TextBox Namespace : UrlType Enumeration (Dart.PowerWEB.TextBox) |
Enumerates the types of url conversions.
Member | Description |
---|---|
Absolute | Urls are represented as absolute urls (ex: "http://www.myserver.com/blah/file1.htm"). |
DocumentRelative | Urls are represented as document relative (ex: "../file1.htm"). |
RootRelative | Urls are represented as root relative (ex: "/blah/file1.htm"). |
Some browsers modify the value of urls to improper values. This enumeration is used by the HtmlBox.UrlType property to specify how these urls should be converted to proper values.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.