| DOMClientGetBoxModelAsync Method  | 
Version 90.6.50 
            Returns boxes for the given node.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetBoxModelResponse> GetBoxModelAsync(
	Nullable<int> nodeId = null,
	Nullable<int> backendNodeId = null,
	string objectId = null
)
public:
Task<GetBoxModelResponse^>^ GetBoxModelAsync(
	Nullable<int> nodeId = nullptr, 
	Nullable<int> backendNodeId = nullptr, 
	String^ objectId = nullptr
)
Parameters
- nodeId (Optional)
- Type: SystemNullableInt32
 Identifier of the node.
- backendNodeId (Optional)
- Type: SystemNullableInt32
 Identifier of the backend node.
- objectId (Optional)
- Type: SystemString
 JavaScript object id of the node wrapper.
Return Value
Type: 
TaskGetBoxModelResponsereturns System.Threading.Tasks.Task<GetBoxModelResponse>
 See Also
See Also