| CSSClientGetMatchedStylesForNodeAsync Method  | 
Version 90.6.50 
            Returns requested styles for a DOM node identified by `nodeId`.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetMatchedStylesForNodeResponse> GetMatchedStylesForNodeAsync(
	int nodeId
)
public:
Task<GetMatchedStylesForNodeResponse^>^ GetMatchedStylesForNodeAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 nodeId
Return Value
Type: 
TaskGetMatchedStylesForNodeResponsereturns System.Threading.Tasks.Task<GetMatchedStylesForNodeResponse>
 See Also
See Also