EdCharbeneau / BlazorProSnippets

A collection of Blazor snippets for .NET ninjas.
Other
23 stars 4 forks source link

Splat Attributes #6

Closed EdCharbeneau closed 4 years ago

EdCharbeneau commented 4 years ago
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> AdditionalAttributes { get; set; }
EdCharbeneau commented 4 years ago

Added in 2.1

parasplat + tab