Specifies reporting levels for an accessibility rule defined by an System.Web.UI.VerificationAttribute instance.
When using extending a class, member or indexer with a System.Web.UI.VerificationAttribute, you must define the level of reporting that the verification rule represents by specifying one of the System.Web.UI.VerificationReportLevel values.
Member Name | Description |
---|---|
Error |
The verification rule represented by the System.Web.UI.VerificationAttribute instance is an error. |
Guideline |
The verification rule represented by the System.Web.UI.VerificationAttribute instance is a guideline. |
Warning |
The verification rule represented by the System.Web.UI.VerificationAttribute instance is a warning. |