FormCollection(IDictionary<String,String[]>) Constructor

Definition

Initializes a new instance of the FormCollection class.

public FormCollection (System.Collections.Generic.IDictionary<string,string[]> store);
new Microsoft.Owin.FormCollection : System.Collections.Generic.IDictionary<string, string[]> -> Microsoft.Owin.FormCollection
Public Sub New (store As IDictionary(Of String, String()))

Parameters

store
IDictionary<String,String[]>

The store for the form.

Applies to