Skip to content

Commit 9f433d2

Browse files
committed
Fix docs
1 parent 9a99e30 commit 9f433d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/features/parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ or
4141
@await Html.Hydro("Counter", new { Count = 10 })
4242
```
4343

44+
> NOTE: For multi-word properties, `Data` word cannot be used as the leading one, for example `DataSource`. `Database` is fine, since here `Data` is not a word, but just a part of the word.
45+
4446
## Transient properties
4547

4648
Sometimes there is no need to persist the property value across the request because its value is valid only within

0 commit comments

Comments
 (0)