IFrameGetSourceAsync Method |
Version 101.0.180
Retrieve this frame's HTML source as a string sent to the specified visitor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax Task<string> GetSourceAsync()
Task<String^>^ GetSourceAsync()
Return Value
Type:
TaskString
a
TaskTResult that when executed returns this frame's HTML source as a string.
See Also