UnvalidatedRequestValues.Item Property

Gets the specified unvalidated object from the collection of posted values in the HttpRequest object.

Namespace:  System.Web.Helpers
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    key As String _
) As String 
    Get
'Usage
Dim instance As UnvalidatedRequestValues 
Dim key As String 
Dim value As String 

value = instance(key)
public string this[
    string key
] { get; }
public:
property String^ default[String^ key] {
    String^ get (String^ key);
}
member Item : string
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: System.String
The specified member, or null reference (Nothing in Visual Basic) if the specified item is not found.

See Also

Reference

UnvalidatedRequestValues Class

System.Web.Helpers Namespace