Gets or sets the url to submit the post to.

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 string Url { get; set; }
Visual Basic
Public Property Url As String
	Get
	Set
Visual C++
public:
property String^ Url {
	String^ get ();
	void set (String^ value);
}
F#
member Url : string with get, set

Property Value

Type: String

See Also