| RequestItem Property |
Gets the value in the request with the specified key.
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public string this[
string key
] { get; }
Public ReadOnly Property Item (
key As String
) As String
Get
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
StringSystem.String.
Implements
IRequestItemStringSee Also