PageClientSetDocumentContentAsync Method |
Version 130.1.90
Sets given markup as the document's HTML.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetDocumentContentAsync(
string frameId,
string html
)
public:
Task<DevToolsMethodResponse^>^ SetDocumentContentAsync(
String^ frameId,
String^ html
)
Parameters
- frameId String
- Frame id to set HTML for.
- html String
- HTML content to set.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also