Table of Contents

Property Aria

Namespace
Velvet
Assembly
Velvet.Docs.dll

Aria

Carried aria-* attribute values (key → value), matched by the aria-[key=value]: / aria-[key]: variants. Stored in the reconciler's per-element side-table like Data (UI Toolkit has no HTML attributes). Null = none.

public IReadOnlyDictionary<string, string>? Aria { get; set; }

Property Value

IReadOnlyDictionary<string, string>