Skip to main content
All docs
V25.1
  • UrlResolver.CanMapPath(String) Method

    OBSOLETE

    Use the TryMapPath method instead.

    This API is obsolete now.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.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