You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/features/parameters.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ or
41
41
@await Html.Hydro("Counter", new { Count = 10 })
42
42
```
43
43
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
+
44
46
## Transient properties
45
47
46
48
Sometimes there is no need to persist the property value across the request because its value is valid only within
0 commit comments