| CSSClientGetInlineStylesForNodeAsync Method  | 
Version 90.6.50 
            Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM
            attributes) 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<GetInlineStylesForNodeResponse> GetInlineStylesForNodeAsync(
	int nodeId
)
public:
Task<GetInlineStylesForNodeResponse^>^ GetInlineStylesForNodeAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 nodeId
Return Value
Type: 
TaskGetInlineStylesForNodeResponsereturns System.Threading.Tasks.Task<GetInlineStylesForNodeResponse>
 See Also
See Also