Hevea documentation

HttpFormItem Members

HttpFormItem overview

Public Instance Constructors

HttpFormItem Constructor Constructor.

Public Instance Properties

Count Gets a count of values.
Id Gets the form item identifier.
Value Gets the item value (or the first one if the item has multiple values).
Values Gets the item values.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Renders the item value.

See Also

HttpFormItem Class | Hevea.Core.Http Namespace