CSSClientSetEffectivePropertyValueForNodeAsync Method |
Version 87.1.132
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: 87.1.132.0 (87.1.132.0)
Syntax public Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
int nodeId,
string propertyName,
string value
)
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:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also