Click or drag to resize

CefXmlReaderGetAttribute Method (Int32)

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

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

Parameters

index
Type: SystemInt32

Return Value

Type: String
See Also