Click or drag to resize
AccessibilityValidatorGetValidationResult Method
Send validation request to validator and obtain result

Namespace: CMS.UIControls.Internal
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public DataSet GetValidationResult(
	string htmlData,
	ref string errorText
)

Parameters

htmlData
Type: SystemString
HTML to validate
errorText
Type: SystemString
Error text

Return Value

Type: DataSet
DataSet containing validator response
See Also