1,673 questions
the @bind is used for 2 way binding. to know which property to bind to, you include the -<name>. @bind-Value will bind to the Value property. in the case of input, Value is the default, you you can shorten to @bind
if a property is set without a @bind, it is one way (set only)