UrlResolver.TryMapPath(String, out String) Method
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
path | String |
value | String |
Returns
Type |
---|
Boolean |
See Also
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
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 |
No
Your feedback is appreciated.