FormCollection Methods

Include Protected Members
Include Inherited Members

The FormCollection type exposes the following members.

Methods

  Name Description
Public method Add(NameValueCollection) (Inherited from NameValueCollection.)
Public method Add(String, String) (Inherited from NameValueCollection.)
Protected method BaseAdd (Inherited from NameObjectCollectionBase.)
Protected method BaseClear (Inherited from NameObjectCollectionBase.)
Protected method BaseGet(String) (Inherited from NameObjectCollectionBase.)
Protected method BaseGet(Int32) (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllKeys (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues() (Inherited from NameObjectCollectionBase.)
Protected method BaseGetAllValues(Type) (Inherited from NameObjectCollectionBase.)
Protected method BaseGetKey (Inherited from NameObjectCollectionBase.)
Protected method BaseHasKeys (Inherited from NameObjectCollectionBase.)
Protected method BaseRemove (Inherited from NameObjectCollectionBase.)
Protected method BaseRemoveAt (Inherited from NameObjectCollectionBase.)
Protected method BaseSet(String, Object) (Inherited from NameObjectCollectionBase.)
Protected method BaseSet(Int32, Object) (Inherited from NameObjectCollectionBase.)
Public method Clear (Inherited from NameValueCollection.)
Public method CopyTo (Inherited from NameValueCollection.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get(String) (Inherited from NameValueCollection.)
Public method Get(Int32) (Inherited from NameValueCollection.)
Public method GetEnumerator (Inherited from NameObjectCollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetKey (Inherited from NameValueCollection.)
Public method GetObjectData (Inherited from NameObjectCollectionBase.)
Public method GetType (Inherited from Object.)
Public method GetValue Gets the specified value provider.
Public method GetValues(String) (Inherited from NameValueCollection.)
Public method GetValues(Int32) (Inherited from NameValueCollection.)
Public method HasKeys (Inherited from NameValueCollection.)
Protected method InvalidateCachedArrays (Inherited from NameValueCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnDeserialization (Inherited from NameObjectCollectionBase.)
Public method Remove (Inherited from NameValueCollection.)
Public method Set (Inherited from NameValueCollection.)
Public method ToString (Inherited from Object.)
Public method ToValueProvider Returns a dictionary that contains the value providers.

Top

Extension Methods

  Name Description
Public Extension Method CopyTo(IDictionary<String, Object>) Overloaded. Copies the specified collection to the specified destination. (Defined by NameValueCollectionExtensions.)
Public Extension Method CopyTo(IDictionary<String, Object>, Boolean) Overloaded. Copies the specified collection to the specified destination, and optionally replaces previous entries. (Defined by NameValueCollectionExtensions.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from NameObjectCollectionBase.)
Explicit interface implemetationPrivate method IValueProvider.ContainsPrefix Gets a value that indicates whether the value provider contains an entry that has the specified prefix.
Explicit interface implemetationPrivate method IValueProvider.GetValue Gets a value from a value provider using the specified key.

Top

See Also

Reference

FormCollection Class

System.Web.Mvc Namespace