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.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetAppManifestResponse> GetAppManifestAsync(
string manifestId = null
)
public:
Task<GetAppManifestResponse^>^ GetAppManifestAsync(
String^ manifestId = nullptr
)
Parameters
- manifestId String (Optional)
- manifestId
Return Value
TaskGetAppManifestResponsereturns System.Threading.Tasks.Task<GetAppManifestResponse>
See Also