UrlResolver.MapPath(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 string MapPath(
string url
)
Parameters
Name | Type |
---|---|
url | String |
Returns
Type |
---|
String |
See Also