[This is preliminary documentation and is subject to change.]

Gets the UrlReferrer local path

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetReferrerLocalPath(
	HttpRequest hr
)
Visual Basic (Declaration)
Public Shared Function GetReferrerLocalPath ( _
	hr As HttpRequest _
) As String
Visual C++
public:
static String^ GetReferrerLocalPath(
	HttpRequest^ hr
)

Parameters

hr
Type: System.Web..::.HttpRequest
The httprequest of the page

Return Value

returns the localpath if successful, empty string if failed

See Also