CSSClientGetMatchedStylesForNodeAsync Method |
Version 130.1.90
Returns requested styles for a DOM node identified by `nodeId`.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetMatchedStylesForNodeResponse> GetMatchedStylesForNodeAsync(
int nodeId
)
public:
Task<GetMatchedStylesForNodeResponse^>^ GetMatchedStylesForNodeAsync(
int nodeId
)
Parameters
- nodeId Int32
- nodeId
Return Value
TaskGetMatchedStylesForNodeResponsereturns System.Threading.Tasks.Task<GetMatchedStylesForNodeResponse>
See Also