ASPxHtmlEditorHtmlEditingSettings.UseAbsoluteResourcePaths Property
OBSOLETE
Use the Resource
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 |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Use |
---|---|---|
ASP. |
Html |
|
Html |
|
|
ASP. |
ASPx |
|
#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.