Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BasePath Property |
Gets or sets the base path value for url conversions.
[Visual Basic]
<DescriptionAttribute("Determines how URLs are represented in the editor.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property BasePath As String
[C#]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public string BasePath {get; set;}
[C++]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property string* get_BasePath();
public: __property void set_BasePath(
string* value
);
[C++/CLI]
[DescriptionAttribute("Determines how URLs are represented in the editor.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property String^ BasePath {
String^ get();
void set (String^ value);
}
A string value representing the base path value for url conversions.
If editing web pages, set this property to the url of the eventual destination of the page.
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.