Get any value from the current Querystring collection
Namespace: umbraco
Assembly: umbraco (in umbraco)
Version: 1.0.2698.41384
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function RequestQueryString ( _ key As String _ ) As String |
| C# |
|---|
public static string RequestQueryString ( string key ) |
| Visual C++ |
|---|
public: static String^ RequestQueryString ( String^ key ) |
Parameters
- key
- System.String
Name of the querystring element to be returned