Share via


UnvalidatedRequestValues.QueryString Property

Definition

Gets a collection of unvalidated query-string values.

public System.Collections.Specialized.NameValueCollection QueryString { get; }
member this.QueryString : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property QueryString As NameValueCollection

Property Value

A collection of unvalidated query-string values.

Applies to