Click or drag to resize

CSSClient.SetEffectivePropertyValueForNodeAsync Method

Version 113.3.50
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: 113.3.50.0
Syntax
public Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
	int nodeId,
	string propertyName,
	string value
)

Parameters

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

Return Value

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