UrlResolver.TryGetRelativePath(String, out String) Method
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| url | String |
| value | String |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v26.1.dll
public virtual bool TryGetRelativePath(
string url,
out string value
)
Public Overridable Function TryGetRelativePath(
url As String,
ByRef value As String
) As Boolean
| Name | Type |
|---|---|
| url | String |
| value | String |
| Type |
|---|
| Boolean |