Blazor: Add an overload to OnParametersSet that indicates which parameters have been set #55080
Unanswered
BieleckiLtd
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can a component determine which non-nullable parameters have been explicitly set by the user without violating BL0007? For example:
Can
MyComponent
distinguish<MyComponent IsNice="false" />
from<MyComponent />
?If not, it would be nice if
OnParametersSet
could have overload with arg that would tell us.Beta Was this translation helpful? Give feedback.
All reactions