Skip to main content
All docs
V23.2

UrlResolver.MapPath(String) Method

OBSOLETE

Use the TryMapPath method instead.

This API is obsolete now.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Obsolete("Use the UrlResolver.TryMapPath method instead.")]
public virtual string MapPath(
    string url
)

Parameters

Name Type
url String

Returns

Type
String
See Also