ISchemeRegistrar Interface |
Version 130.1.90
Manages custom scheme registrations.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public interface ISchemeRegistrar
public interface class ISchemeRegistrar
The ISchemeRegistrar type exposes the following members.
Methods | Name | Description |
---|
| AddCustomScheme |
Register a custom scheme. This method should not be called for the built-in
HTTP, HTTPS, FILE, FTP, ABOUT and DATA schemes.
See SchemeOptions for possible values for schemeOptions
This function may be called on any thread. It should only be called once
per unique schemeName value.
|
TopSee Also