Click or drag to resize

SystemInfoClientGetFeatureStateAsync Method

Version 130.1.90
Returns information about the feature state.

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

Parameters

featureState  String
featureState

Return Value

TaskGetFeatureStateResponse
returns System.Threading.Tasks.Task<GetFeatureStateResponse>
See Also