HtmlSettingsAttribute.ResourcePathMode Property
In This Article
Specifies if resource paths should be changed to absolute, relative, or root relative.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ResourcePathMode ResourcePathMode { get; set; }
#Property Value
Type | Description |
---|---|
Resource |
One of the Resource |
Available values:
Name | Description |
---|---|
Absolute | Resource paths are automatically changed to absolute. |
Relative | Resource paths are automatically changed to relative. |
Root |
Resource paths are automatically changed to root-relative. |
Not |
Resource paths are not changed. |
See Also