Table of Contents

Method GetAttributeValue

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GetAttributeValue(string)

Gets attribute value. Returns null if there is no such attribute.

public object? GetAttributeValue(string name)

Parameters

name string

Attribute name.

Returns

object