System.Web.Mvc Namespace


.NET Framework Class Library
FormCollection Class

Contains the form value providers for the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic (Declaration)
Public Class FormCollection _
    Inherits NameValueCollection
Visual Basic (Usage)
Dim instance As FormCollection
C#
public class FormCollection : NameValueCollection
Visual C++
public ref class FormCollection : public NameValueCollection
Inheritance Hierarchy

System..::.Object
  System.Collections.Specialized..::.NameObjectCollectionBase
    System.Collections.Specialized..::.NameValueCollection
      System.Web.Mvc..::.FormCollection
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Tags :


Page view tracker