Back to Devexpress

ASPxHtmlEditorHtmlEditingSettings.UseAbsoluteResourcePaths Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditorhtmleditingsettings-4f29b997.md

latest2.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
[Obsolete("Use the ResourcePathMode property instead.")]
public bool UseAbsoluteResourcePaths { get; set; }
vb
<DefaultValue(False)>
<Obsolete("Use the ResourcePathMode property instead.")>
Public Property UseAbsoluteResourcePaths As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UseAbsoluteResourcePaths
ASP.NET MVC ExtensionsHtmlEditorBinderSettings

.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

Online Demo: HTML Editor - Html Editing

ResourcePathMode

ASPxHtmlEditorHtmlEditingSettings Class

ASPxHtmlEditorHtmlEditingSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace