VerificationAttribute.Guideline Property

 

Gets the guideline that used for accessibility checking.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public ReadOnly Property Guideline As String

Property Value

Type: System.String

A string representing the guideline.

The Guideline property is set when the VerificationAttribute instance is created and is required.

Examples of guidelines include "WCAG 1.1" and "ADA508".

.NET Framework
Available since 2.0
Return to top
Show: