CoreWebView2WebResourceResponseReceivedEventArgs.PopulateResponseContentAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Async method to request the Content stream of the response.
public System.Threading.Tasks.Task PopulateResponseContentAsync ();
member this.PopulateResponseContentAsync : unit -> System.Threading.Tasks.Task
Public Function PopulateResponseContentAsync () As Task