aspnet-devexpress-dot-web-dot-aspxhtmleditor-3a47ca12.md
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
public enum ResourcePathMode
Public Enum ResourcePathMode
| Name | Description |
|---|---|
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:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | HtmlEditorHtmlEditingSettings.ResourcePathMode |
| ASP.NET MVC Extensions | HtmlSettingsAttribute.ResourcePathMode |
Values listed by this enumerator are used to set the HtmlEditorHtmlEditingSettings.ResourcePathMode property’s value.
See Also