Skip to content

Commit 511db03

Browse files
authored
Patch and update Blazor binding remark (#18503)
1 parent 33836f9 commit 511db03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aspnetcore/blazor/data-binding.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ Use `@bind-{ATTRIBUTE}` with `@bind-{ATTRIBUTE}:event` syntax to bind element at
7373
}
7474
```
7575

76-
Attribute binding is case sensitive. For example, [`@bind`](xref:mvc/views/razor#bind) is valid, and [`@bind`](xref:mvc/views/razor#bind) is invalid.
76+
Attribute binding is case sensitive:
77+
78+
* `@bind` is valid.
79+
* `@Bind` and `@BIND` are invalid.
7780

7881
## Unparsable values
7982

0 commit comments

Comments
 (0)