| ApplicationCacheClientGetManifestForFrameAsync Method  | 
Version 90.6.50 
            Returns manifest URL for document in the given frame.
            
 
    Namespace: 
   CefSharp.DevTools.ApplicationCache
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetManifestForFrameResponse> GetManifestForFrameAsync(
	string frameId
)
public:
Task<GetManifestForFrameResponse^>^ GetManifestForFrameAsync(
	String^ frameId
)
Parameters
- frameId
- Type: SystemString
 Identifier of the frame containing document whose manifest is retrieved.
Return Value
Type: 
TaskGetManifestForFrameResponsereturns System.Threading.Tasks.Task<GetManifestForFrameResponse>
 See Also
See Also