Converts the URL to absolute format.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public virtual string ResolveAbsoluteUrl( string url ) |
Visual Basic |
---|
Public Overridable Function ResolveAbsoluteUrl ( _ url As String _ ) As String |
Parameters
- url
- Type: System..::..String
The URL to be resolved.