This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the relative path of an Url

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public string GetRelativePath(
	 b,
	 uri
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetRelativePath ( _
	b As , _
	uri As  _
) As 

Parameters

b
UrlBase
The base used to get the relative path from.
uri
Uri
The URI.

Return Value

See Also

Smartsite.Web Namespace
Advanced