General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Absolute | Resource paths are automatically changed to absolute. |
NotSet | Resource paths are not changed. |
Relative | Resource paths are automatically changed to relative. |
RootRelative | Resource paths are automatically changed to root-relative. |
Remarks
Values listed by this enumerator are used to set the HtmlEditorHtmlEditingSettings.ResourcePathMode property's value.
Online Demo
See Also
Feedback