The W3CValidationResult type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodW3CValidationResult
Initializes a new instance of the W3CValidationResult class

Collapse imageMethods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Collapse imageProperties

  NameDescription
Public propertyErrors
Gets or sets the number of validation errors found.
Public propertyHtmlResponse
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.
Public propertyIsServerError
Gets or sets a value indicating whether validation failed due to a server error.
Public propertyIsValid
Gets or sets a value indicating whether the validation succeeded and the requested document was found valid.

Collapse imageSee Also