CoreWebView2BrowserExtension.RemoveAsync 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.
Removes this browser extension from its WebView2 Profile. The browser extension is removed immediately including from all currently running HTML documents associated with this WebView2 Profile. The removal is persisted and future uses of this profile will not have this extension installed. After an extension is removed, calling Remove
again will cause an exception.
public System.Threading.Tasks.Task RemoveAsync ();
member this.RemoveAsync : unit -> System.Threading.Tasks.Task
Public Function RemoveAsync () As Task