HttpRequestBase.Form Eigenschap

Definitie

Wanneer deze worden overschreven in een afgeleide klasse, haalt u de verzameling formuliervariabelen op die door de client zijn verzonden.

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Form { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection Form { get; }
member this.Form : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property Form As NameValueCollection

Waarde van eigenschap

De formuliervariabelen.

Uitzonderingen

Van toepassing op