GetFramesWithManifestsResponseFrameIds Property |
Version 92.0.260
frameIds
Namespace:
CefSharp.DevTools.ApplicationCache
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public IList<FrameWithManifest> FrameIds { get; }
public:
property IList<FrameWithManifest^>^ FrameIds {
IList<FrameWithManifest^>^ get ();
}
Property Value
Type:
IListFrameWithManifestSee Also