UnvalidatedRequestValues.Form Property

Gets a collection of unvalidated form values that were posted from the browser.

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

Syntax

'Declaration
Public ReadOnly Property Form As NameValueCollection 
    Get
'Usage
Dim instance As UnvalidatedRequestValues 
Dim value As NameValueCollection 

value = instance.Form
public NameValueCollection Form { get; }
public:
property NameValueCollection^ Form {
    NameValueCollection^ get ();
}
member Form : NameValueCollection
function get Form () : NameValueCollection

Property Value

Type: System.Collections.Specialized.NameValueCollection
An unvalidated collection of form values.

See Also

Reference

UnvalidatedRequestValues Class

System.Web.Helpers Namespace