CefCustomSchemeDomainName Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public string DomainName { get; set; }
public:
property String^ DomainName {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also