Click or drag to resize

DOMClientGetBoxModelAsync Method

Version 130.1.90
Returns boxes for the given node.

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetBoxModelResponse> GetBoxModelAsync(
	int? nodeId = null,
	int? backendNodeId = null,
	string objectId = null
)

Parameters

nodeId  NullableInt32  (Optional)
Identifier of the node.
backendNodeId  NullableInt32  (Optional)
Identifier of the backend node.
objectId  String  (Optional)
JavaScript object id of the node wrapper.

Return Value

TaskGetBoxModelResponse
returns System.Threading.Tasks.Task<GetBoxModelResponse>
See Also