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.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
int nodeId,
string propertyName,
string value
)
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
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also