HTML Editor for ASP.NET AJAX Professional Edition
HtmlEditor..::.UrlConversionType Enumeration
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorHtmlEditor..::.UrlConversionType
Supported types for Url conversions.
Declaration Syntax
C#
public enum UrlConversionType
Members
MemberDescription
None
Url is not converted.

Absolute
Url includes the protocol and host.

Example: src='http://www.mysite.com/images/myimage.gif'


Relative
Url is relative to the current page.

Example: src='../images/myimage.gif'


RootRelative
Url is relative to the root of the site.

Example: src='/images/myimage.gif'


Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.7.0.0 (2.7.0.0)