aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditorhtmleditingsettings-4f29b997.md
Use the ResourcePathMode property instead.
Specifies if the relative resource paths should be changed to absolute.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
[Obsolete("Use the ResourcePathMode property instead.")]
public bool UseAbsoluteResourcePaths { get; set; }
<DefaultValue(False)>
<Obsolete("Use the ResourcePathMode property instead.")>
Public Property UseAbsoluteResourcePaths As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, to change relative paths to absolute; otherwise, false.
|
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
|
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
Online Demo: HTML Editor - Html Editing
ASPxHtmlEditorHtmlEditingSettings Class