Click or drag to resize

CefCustomSchemeDomainName Property

Version 94.4.20
Optional Domain Name. An empty value for a standard scheme will cause the factory to match all domain names. The |domain_name| value will be ignored for non-standard schemes.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public string DomainName { get; set; }

Property Value

Type: String
See Also