Click or drag to resize

CSSClientGetInlineStylesForNodeAsync Method

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

Parameters

nodeId
Type: SystemInt32
nodeId

Return Value

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