Click or drag to resize

CSSClientGetInlineStylesForNodeAsync Method

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetInlineStylesForNodeResponse> GetInlineStylesForNodeAsync(
	int nodeId
)

Parameters

nodeId  Int32
nodeId

Return Value

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