Click or drag to resize

CSSClientSetEffectivePropertyValueForNodeAsync Method

Version 130.1.90
Find a rule with the given active property for the given node and set the new value for this property

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
	int nodeId,
	string propertyName,
	string value
)

Parameters

nodeId  Int32
The element id for which to set property.
propertyName  String
propertyName
value  String
value

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also