Returns an URL that matches the physical path that is passed as a parameter.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string PhysicalPathToUrl(
	string path
)
Visual Basic
Public Shared Function PhysicalPathToUrl ( 
	path As String
) As String
Visual C++
public:
static String^ PhysicalPathToUrl(
	String^ path
)
F#
static member PhysicalPathToUrl : 
        path : string -> string 

Parameters

path
Type: System..::..String
Path

Return Value

Type: String
Fully formatted url

See Also