FormCollection.Add Method

Include Protected Members
Include Inherited Members

Adds entries to the current NameValueCollection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(NameValueCollection) Copies the entries in the specified NameValueCollection to the current NameValueCollection. (Inherited from NameValueCollection.)
Public method Add(String, String) Adds an entry with the specified name and value to the NameValueCollection. (Inherited from NameValueCollection.)

Top

See Also

Reference

FormCollection Class

System.Web.Mvc Namespace