EmulationClientCanEmulateAsync Method |
Version 109.1.110
Tells whether emulation is supported.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<CanEmulateResponse> CanEmulateAsync()
public:
Task<CanEmulateResponse^>^ CanEmulateAsync()
Return Value
Type:
TaskCanEmulateResponsereturns System.Threading.Tasks.Task<CanEmulateResponse>
See Also