Gets or sets the HTML output of the validation service. This is the HTML output a user would see in the browser if the validation was done manually.

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

Collapse imageSyntax

C#
public string HtmlResponse { get; set; }
Visual Basic
Public Property HtmlResponse As String
	Get
	Set
Visual C++
public:
property String^ HtmlResponse {
	String^ get ();
	void set (String^ value);
}

Collapse imageSee Also