Click or drag to resize

PageClientGetAppManifestAsync Method

Version 130.1.90
Gets the processed manifest for this current document. This API always waits for the manifest to be loaded. If manifestId is provided, and it does not match the manifest of the current document, this API errors out. If there is not a loaded page, this API errors out immediately.

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetAppManifestResponse> GetAppManifestAsync(
	string manifestId = null
)

Parameters

manifestId  String  (Optional)
manifestId

Return Value

TaskGetAppManifestResponse
returns System.Threading.Tasks.Task<GetAppManifestResponse>
See Also