Click or drag to resize

CSSClientSetEffectivePropertyValueForNodeAsync Method

Version 102.0.100
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: 102.0.100.0 (102.0.100.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