CefCustomScheme(String, SchemeOptions) Constructor |
Version 130.1.90
Creates a new CefCustomScheme.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public CefCustomScheme(
string schemeName,
SchemeOptions options
)
public:
CefCustomScheme(
String^ schemeName,
SchemeOptions options
)
Parameters
- schemeName String
- scheme name
- options SchemeOptions
- scheme options
See Also