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