Click or drag to resize

SystemInfoClient.GetFeatureStateAsync Method

Version 110.0.300
Returns information about the feature state.

Namespace:  CefSharp.DevTools.SystemInfo
Assembly:  CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
Syntax
public Task<GetFeatureStateResponse> GetFeatureStateAsync(
	string featureState
)

Parameters

featureState
Type: System.String
featureState

Return Value

Type: Task<GetFeatureStateResponse>
returns System.Threading.Tasks.Task<GetFeatureStateResponse>
See Also