CefDomNodeSetAttribute Method |
Set the value for the element attribute named |attrName|. Returns true on
success.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool SetAttribute(
string attrName,
string value
)
Parameters
- attrName String
-
- value String
-
Return Value
Boolean
See Also