Back to Devexpress

ResourcePathMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-3a47ca12.md

latest1.8 KB
Original Source

ResourcePathMode Enum

Lists the values that specify if resource paths should be changed to absolute, relative, or root relative.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ResourcePathMode
vb
Public Enum ResourcePathMode

Members

NameDescription
Absolute

Resource paths are automatically changed to absolute.

| | Relative |

Resource paths are automatically changed to relative.

| | RootRelative |

Resource paths are automatically changed to root-relative.

| | NotSet |

Resource paths are not changed.

|

The following properties accept/return ResourcePathMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsHtmlEditorHtmlEditingSettings.ResourcePathMode
ASP.NET MVC ExtensionsHtmlSettingsAttribute.ResourcePathMode

Remarks

Values listed by this enumerator are used to set the HtmlEditorHtmlEditingSettings.ResourcePathMode property’s value.

Run Demo: Html Editing

See Also

DevExpress.Web.ASPxHtmlEditor Namespace