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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return ResourcePathMode values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | HtmlEditorHtmlEditingSettings.ResourcePathMode |
ASP.NET MVC Extensions | HtmlSettingsAttribute.ResourcePathMode |
Remarks
Values listed by this enumerator are used to set the HtmlEditorHtmlEditingSettings.ResourcePathMode property’s value.
See Also