CoreWebView2BrowserExtension.Id Property

Definition

This is the browser extension's ID. This is the same browser extension ID returned by the browser extension API chrome.runtime.id. Please see that documentation for more details on how the ID is generated. After an extension is removed, calling Id will return the id of the extension that is removed.

public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

Property Value

Applies to