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.1.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 UseAbsoluteResourcePaths |
---|---|---|
ASP.NET Web Forms Controls | ASPxHtmlEditor |
|
ASP.NET MVC Extensions | HtmlEditorBinderSettings |
|
HtmlEditorSettings |
|
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