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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetAttribute(
	string attrName,
	string value
)

Parameters

attrName
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean
See Also