UrlResolver.TryGetRelativePath(String, out String) Method
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| url | String |
| value | String |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
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 |