RequestMixedContentType Property |
Version 102.0.100
The mixed content type of the request.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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