I'm wanting to get source code of a web page based on Angular (so cannot use HttpClient or WebClient, page source completes after running JS), tried to use CefSharp (v.100) but cannot find a way to get page source.
I found EvaluateScriptAsync
and webBrowser.Document
but no one works in version 100.
[Update] I need to get a resource link from source, or even if I can do it via RequestHandle to get a resource link which requested after Angular rendering.