Get any element from the server variables collection

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Function RequestServerVariables ( _
	key As String _
) As String
C#
public static string RequestServerVariables (
	string key
)
Visual C++
public:
static String^ RequestServerVariables (
	String^ key
)

Parameters

key
System.String
The key for the element to be returned

Return Value

A string with the value of the requested element