ClassAspNetForm
Class
Class representing an asp.net form. <form id="foo" runat="server" > </form>
Definition
Namespace:ArtOfTest.WebAii.WebServers.AspNetHost
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class AspNetForm : NameValueCollection, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectNameObjectCollectionBaseNameValueCollectionAspNetForm
Implements:
Inherited Members
Properties
Action
Gets/Sets the form action.
Methods
GenerateFormPostRequest()
Craft an AspNetRequest to process given this form's fields.
Declaration
cs-api-definition
public AspNetRequest GenerateFormPostRequest()
Returns
The AspNetRequest object.