DOMClientGetOuterHTMLAsync Method |
Version 88.2.90
Returns node's HTML markup.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<GetOuterHTMLResponse> GetOuterHTMLAsync(
Nullable<int> nodeId = null,
Nullable<int> backendNodeId = null,
string objectId = null
)
public:
Task<GetOuterHTMLResponse^>^ GetOuterHTMLAsync(
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:
TaskGetOuterHTMLResponsereturns System.Threading.Tasks.Task<GetOuterHTMLResponse>
See Also