Dart.PowerWEB.TextBox Namespace > HtmlBox Class : UrlType Property (HtmlBox) |
Gets or sets a value which determines how links are represented in the editor.
[Visual Basic]
<DescriptionAttribute("Determines how URLs are represented in the editor.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property UrlType As UrlType
[C#]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public UrlType UrlType {get; set;}
[C++]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public: __property UrlType get_UrlType();
public: __property void set_UrlType(
UrlType value
);
[C++/CLI]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property UrlType UrlType {
UrlType get();
void set (UrlType value);
}
A UrlType value. The default value is UrlType.RootRelative.
Some browsers improperly convert urls within the editor. For example, IE will convert the following link:
to
which results in a broken link. TextBox for ASP.NET automatically converts these improper links to a proper link. This property controls how these links are converted.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.