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