FormCollection.Get Method

Include Protected Members
Include Inherited Members

Gets the values of a specified entry in the NameValueCollection combined into one comma-separated list.

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 Get(String) Gets the values associated with the specified key from the NameValueCollection combined into one comma-separated list. (Inherited from NameValueCollection.)
Public method Get(Int32) Gets the values at the specified index of the NameValueCollection combined into one comma-separated list. (Inherited from NameValueCollection.)

Top

See Also

Reference

FormCollection Class

System.Web.Mvc Namespace