Sets or retrieves the baseline URL on which relative links will be based.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Sets or retrieves the baseline URL on which relative links will be based.
editor.BaseHref
= "http://yoursite.com"
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace