Selected Path Type in Server Explorer

NewSavePrintPrint PreviewSpell Dialog BoxSpell As You TypeFind and Replace
CutCopyPastePaste As TextUndoRedoSelect AllRemove FormatClean Word Format
Insert ImageInsert TemplateInsert TableInsert EmoticonInsert SymbolInsert Page BreakInsert Horizontal Rule
Fit To WindowHelp
Format
Font
Size
BoldItalicUnderlineJustify LeftJustify CenterJustify RightJustify FullInsert Numbered ListInsert Bulleted ListOutdentIndentForeground Color
Foreground ColorBackground Color
Background Color
Line Break As ParagraphProperties
DesignHTMLPreview

Description
You can specify the following types of paths using UltimateEditor:
  • An absolute URL path.
    <img src="http://www.karamasoft.com/Images/Karamasoft.gif" />
  • A site-root relative path, which is resolved against the site root (not the application root).
    <img src="/Images/Karamasoft.gif" />
    If your Web site is http://www.karamasoft.com, the path would resolve to the following:
    <img src="http://www.karamasoft.com/Images/Karamasoft.gif" />
  • A relative path that is resolved against the current page path.
    <img src="Images/Karamasoft.gif" />
  • A relative path that is resolved as a peer of the current page path.
    <img src="../Images/Karamasoft.gif" />
  • An anchor path.
    <a href="#top">Go to top</a>
You can also specify whether to convert selected path in Server Explorer dialog to absolute path
with ConvertSelectedPathToAbsolute property. The default value of this property is false,
which renders the path selected in Server Explorer dialog as a site-root relative path. When
it is set to true, the selected path in Server Explorer is converted to an absolute path.