Click or drag to resize

DOMClient.GetOuterHTMLAsync Method

Version 105.3.390
Returns node's HTML markup.

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

Parameters

nodeId (Optional)
Type: System.Nullable<Int32>
Identifier of the node.
backendNodeId (Optional)
Type: System.Nullable<Int32>
Identifier of the backend node.
objectId (Optional)
Type: System.String
JavaScript object id of the node wrapper.

Return Value

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