Click or drag to resize

DOMClientGetOuterHTMLAsync Method

Version 101.0.180
Returns node's HTML markup.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
public Task<GetOuterHTMLResponse> GetOuterHTMLAsync(
	int? nodeId = null,
	int? backendNodeId = null,
	string objectId = null
)

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: TaskGetOuterHTMLResponse
returns System.Threading.Tasks.Task<GetOuterHTMLResponse>
See Also