Converts the absolute path to the relative path.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Parameters

url
Type: System..::..String
Url to convert.

Return Value

Type: String
Relative URL.

See Also