public virtual void ValidateHTML();
Call this method to have greater control over validation. You can decide whether to save the results file, and if so, what the name and path of the file is.
public virtual void ValidateHTML(bool,bool,string,string);
HTMLPage Class | com.plumtree.xpshared.htmlelements Namespace