RequestMixedContentType Property |
Version 94.4.20
The mixed content type of the request.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic MixedContentType? MixedContentType { get; set; }
public:
property Nullable<MixedContentType> MixedContentType {
Nullable<MixedContentType> get ();
void set (Nullable<MixedContentType> value);
}
Property Value
Type:
NullableMixedContentType
See Also