Gets or sets the URL to validate.
            In the NAnt script this is set with the url attribute and it is required.
            
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
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); }  |