Click or drag to resize

CefDomNodeSetAttribute Method

Set the value for the element attribute named |attrName|. Returns true on success.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetAttribute(
	string attrName,
	string value
)

Parameters

attrName  String
 
value  String
 

Return Value

Boolean
See Also