Get any value from the current Http Items collection

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

Syntax

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

Parameters

key
System.String
Name of the Item element to be returned

Return Value

A string with the value of the Requested element