ValidationBuilder.SetHTMLTags

ValidationBuilder.SetHTMLTags method

List of html tags to check If the tags are not specified explicitly, then the tags array is empty and the check passes through all

public ValidationBuilder SetHTMLTags(params string[] tags)
ParameterTypeDescription
tagsString[]list of html tag - where value is a string description of the tag

Return Value

set tags and init in settings.

See Also