UrlResolver.CanMapPath(String) Method
OBSOLETE
Use the TryMapPath method instead.
This API is obsolete now.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
[Obsolete("Use the UrlResolver.TryMapPath method instead.")]
public virtual bool CanMapPath(
string url
)
Parameters
Name | Type |
---|---|
url | String |
Returns
Type |
---|
Boolean |
See Also