Click or drag to resize

CSSClient.GetInlineStylesForNodeAsync Method

Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax
public Task<GetInlineStylesForNodeResponse> GetInlineStylesForNodeAsync(
	int nodeId
)

Parameters

nodeId
Type: System.Int32
nodeId

Return Value

Type: Task<GetInlineStylesForNodeResponse>
returns System.Threading.Tasks.Task<GetInlineStylesForNodeResponse>
See Also