Converts the URL to absolute format.

Namespace:  C1.Web.iPhone
Assembly:  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.

Return Value

The absolute URL to the web application.

See Also