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

Gets the referrer Uri

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

Syntax

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

Parameters

hr
Type: System.Web..::.HttpRequest
The http request parameter of the page

Return Value

returns the referrer url if successful, empty string if failed

See Also