SystemInfoClientGetFeatureStateAsync Method |
Version 118.6.80
Returns information about the feature state.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<GetFeatureStateResponse> GetFeatureStateAsync(
string featureState
)
public:
Task<GetFeatureStateResponse^>^ GetFeatureStateAsync(
String^ featureState
)
Parameters
- featureState
- Type: SystemString
featureState
Return Value
Type:
TaskGetFeatureStateResponsereturns System.Threading.Tasks.Task<GetFeatureStateResponse>
See Also