Skip to main content
All docs
V23.2

UrlResolver.CanMapPath(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 bool CanMapPath(
    string url
)

Parameters

Name Type
url String

Returns

Type
Boolean
See Also