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

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

Syntax

C#
public string PhysicalPathToUrl(
	string path
)
Visual Basic
Public Function PhysicalPathToUrl ( 
	path As String
) As String
Visual C++
public:
virtual String^ PhysicalPathToUrl(
	String^ path
) sealed
F#
abstract PhysicalPathToUrl : 
        path : string -> string 
override PhysicalPathToUrl : 
        path : string -> string 

Parameters

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

Return Value

Type: String
Fully formatted url

Implements

IFileContentProvider..::..PhysicalPathToUrl(String)

See Also