diff --git a/aspnetcore/blazor/components.md b/aspnetcore/blazor/components.md index 39a62a6687..24e4090536 100644 --- a/aspnetcore/blazor/components.md +++ b/aspnetcore/blazor/components.md @@ -187,7 +187,7 @@ To accept arbitrary attributes, define a component parameter using the `[Paramet ```cshtml @code { - [Parameter(CaptureUnmatchedAttributes = true)] + [Parameter(CaptureUnmatchedValues = true)] public Dictionary InputAttributes { get; set; } } ```