Get any value from the current Request collection. Please note that there also specialized methods for
Querystring, Form, Servervariables and Cookie collections
Namespace: umbraco
Assembly: umbraco (in umbraco)
Version: 1.0.2698.41384
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Request ( _ key As String _ ) As String |
| C# |
|---|
public static string Request ( string key ) |
| Visual C++ |
|---|
public: static String^ Request ( String^ key ) |
Parameters
- key
- System.String
Name of the Request element to be returned