| AuditsClientCheckContrastAsync Method  | 
Version 102.0.100 
            Runs the contrast check for the target page. Found issues are reported
            using Audits.issueAdded event.
            
 
    Namespace: 
   CefSharp.DevTools.Audits
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> CheckContrastAsync(
	bool? reportAAA = null
)
public:
Task<DevToolsMethodResponse^>^ CheckContrastAsync(
	Nullable<bool> reportAAA = nullptr
)
Parameters
- reportAAA (Optional)
- Type: SystemNullableBoolean
 Whether to report WCAG AAA level issues. Default is false.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also