Gets or sets the URL to validate. In the NAnt script this is set with the url attribute and it is required.

Namespace: W3CValidationTasks
Assembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40

Collapse imageSyntax

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);
}

Field Value

The URL to validate.

Collapse imageSee Also