Gets or sets the name value collection of items to post.

Namespace: MonoSoftware.Web.AntiSpam.AntiSpamProviders.Defensio
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public NameValueCollection PostItems { get; set; }
Visual Basic
Public Property PostItems As NameValueCollection
	Get
	Set
Visual C++
public:
property NameValueCollection^ PostItems {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}
F#
member PostItems : NameValueCollection with get, set

Property Value

Type: NameValueCollection

See Also