CachedResponseBody Property |
Version 130.1.90
Entry content, base64-encoded.
Namespace: CefSharp.DevTools.CacheStorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public byte[] Body { get; set; }
public:
property array<unsigned char>^ Body {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
ByteSee Also