PageClientGetAppIdAsync Method |
Version 94.4.20
Returns the unique (PWA) app id.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public Task<GetAppIdResponse> GetAppIdAsync()
public:
Task<GetAppIdResponse^>^ GetAppIdAsync()
Return Value
Type:
TaskGetAppIdResponsereturns System.Threading.Tasks.Task<GetAppIdResponse>
See Also