Skip to main content
A newer version of this page is available. .

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

public enum ResourcePathMode

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:

Remarks

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

Online Demo

Html Editing

See Also