CoreWebView2BrowserExtension.Name Property

Definition

This is the browser extension's name. This value is defined in this browser extension's manifest.json file. If manifest.json define extension's localized name, this value will be the localized version of the name. Please see Manifest.json name for more details.

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

Property Value

Applies to