Click or drag to resize

CefXmlReaderGetAttribute(Int32) Method

Returns the value of the attribute at the specified 0-based index.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string GetAttribute(
	int index
)

Parameters

index  Int32
 

Return Value

String
See Also