ValidationResult.SaveTo
SaveTo(TextWriter, ValidationResultSaveFormat)
Save validation results to the TextWriter object
public void SaveTo(TextWriter writer, ValidationResultSaveFormat format)
Parameter | Type | Description |
---|---|---|
writer | TextWriter | Object of TextWriter |
format | ValidationResultSaveFormat | The format in which the validation result will be saved |
See Also
- enum ValidationResultSaveFormat
- class ValidationResult
- namespace Aspose.Html.Accessibility.Results
- assembly Aspose.HTML
SaveTo(TextWriter)
Save validation results to the TextWriter object
public void SaveTo(TextWriter writer)
Parameter | Type | Description |
---|---|---|
writer | TextWriter | Object of TextWriter |
See Also
- class ValidationResult
- namespace Aspose.Html.Accessibility.Results
- assembly Aspose.HTML