Back to Practical Aspnetcore

Splatting arbitrary attributes to components using @attributes

projects/blazor-wasm/ComponentTwelve/README.md

latest162 B
Original Source

Splatting arbitrary attributes to components using @attributes

Use @attributes and a Dictionary<string, object> or List<KeyValuePair<string, object>>.