Click or drag to resize

CSSClientSetEffectivePropertyValueForNodeAsync Method

Version 94.4.20
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 (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
	int nodeId,
	string propertyName,
	string value
)

Parameters

nodeId
Type: SystemInt32
The element id for which to set property.
propertyName
Type: SystemString
propertyName
value
Type: SystemString
value

Return Value

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