Skip to main content

ASPxHtmlEditorHtmlEditingSettings.UseAbsoluteResourcePaths Property

OBSOLETE

Use the ResourcePathMode property instead.

Specifies if the relative resource paths should be changed to absolute.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(false)]
[Obsolete("Use the ResourcePathMode property instead.")]
public bool UseAbsoluteResourcePaths { get; set; }

#Property Value

Type Default Description
Boolean false

true, to change relative paths to absolute; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseAbsoluteResourcePaths
ASP.NET MVC Extensions HtmlEditorBinderSettings
.HtmlEditingSettings .UseAbsoluteResourcePaths
HtmlEditorSettings
.SettingsHtmlEditing .UseAbsoluteResourcePaths
ASP.NET Web Forms Controls ASPxHtmlEditor
.SettingsHtmlEditing .UseAbsoluteResourcePaths

#Remarks

Set the UseAbsoluteResourcePaths property to true to change the src, href, and data attributes values to absolute during server-side or client-side parsing for IMG, A, OBJECT, AUDIO, VIDEO, EMBED, and IFRAME tags.

See Also