[Fix] CaptureUnmatchedAttributes => CaptureUnmatchedValues (#13913)
parent
3897274bf8
commit
0a5e486d7d
|
@ -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<string, object> InputAttributes { get; set; }
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue