Supported types for Url conversions.
| C# |
public enum UrlConversionType
| Member | Description |
|---|---|
| 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' |