Resolves the physical path.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public static string ResolvePhysicalPath(
	Control control,
	string url
)
Visual Basic
Public Shared Function ResolvePhysicalPath ( _
	control As Control, _
	url As String _
) As String

Parameters

control
Type: System.Web.UI..::..Control
The control.
url
Type: System..::..String
The URL.

Return Value

See Also