Property Hosts
- Namespace
- DotNetBrowser.Extensions.Handlers
- Assembly
- DotNetBrowser.dll
Hosts
Gets the hosts that the extension requests access to.
public IReadOnlyList<string> Hosts { get; }
Property Value
Remarks
The values are represented in the form of matches pattern .
Please note that values are being processed by engine and might be not equal to the extension manifest values. For example, some slashes and wildcards could be added.