UrlResolver.TryMapPath(String, out String) Method
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| path | String |
| value | String |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public abstract bool TryMapPath(
string path,
out string value
)
Public MustOverride Function TryMapPath(
path As String,
ByRef value As String
) As Boolean
| Name | Type |
|---|---|
| path | String |
| value | String |
| Type |
|---|
| Boolean |