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

HtmlEditorHtmlEditingSettings.ResourcePathMode Property

Specifies if resource paths should be changed to absolute, relative, or root relative.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ResourcePathMode.NotSet)]
public ResourcePathMode ResourcePathMode { get; set; }

Property Value

Type Default Description
ResourcePathMode **NotSet**

One of the ResourcePathMode enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ResourcePathMode
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsHtmlEditing .ResourcePathMode
ASP.NET MVC Extensions HtmlEditorBinderSettings
.HtmlEditingSettings .ResourcePathMode
HtmlEditorSettings
.SettingsHtmlEditing .ResourcePathMode
MVCxHtmlEditor
.SettingsHtmlEditing .ResourcePathMode

Remarks

Run Demo: Html Editing

See Also