UnvalidatedRequestValues.QueryString Property
Gets a collection of unvalidated query-string values.
Namespace: System.Web.Helpers
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public ReadOnly Property QueryString As NameValueCollection
Get
'Usage
Dim instance As UnvalidatedRequestValues
Dim value As NameValueCollection
value = instance.QueryString
public NameValueCollection QueryString { get; }
public:
property NameValueCollection^ QueryString {
NameValueCollection^ get ();
}
member QueryString : NameValueCollection
function get QueryString () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection
A collection of unvalidated query-string values.