CoreWebView2BrowserExtension.Id Property
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.
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