update annotations

This commit is contained in:
Marcello 2022-08-06 10:48:24 +02:00
parent 29ed3dab2b
commit 18169f3979
21 changed files with 57 additions and 57 deletions

View file

@ -391,7 +391,7 @@ public class StateContainer
}
```
**NOTE**: When a user provides an unparsable value to a data-bound element, the unparsable value is automatically reverted to its previous value when the bind event is triggered.
> **Note**: When a user provides an unparsable value to a data-bound element, the unparsable value is automatically reverted to its previous value when the bind event is triggered.
> **Note**: The `@bind:get` and `@bind:set` modifiers are always used together.
> `The @bind:get` modifier specifies the value to bind to and the `@bind:set` modifier specifies a callback that is called when the value changes

View file

@ -1,6 +1,6 @@
# Minimal API
**NOTE**: Requires .NET 6+
> **Note**: Requires .NET 6+
```cs
var builder = WebApplication.CreateBuilder(args);