FormDataCollection.ReadAsNameValueCollection Method

Definition

Get the collection as a NameValueCollection. Beware this loses some ordering. Values are ordered within a key, but keys are no longer ordered against each other.

public System.Collections.Specialized.NameValueCollection ReadAsNameValueCollection ();
member this.ReadAsNameValueCollection : unit -> System.Collections.Specialized.NameValueCollection
Public Function ReadAsNameValueCollection () As NameValueCollection

Returns

Applies to