A collection of Blazor snippets to help speed up development with Visual Studio.
Markup snippets
| Snippet | For |
|---|---|
| bhelp | Lists Blazor snippets |
| bform | <EditForm... |
| binput | <InputText... |
| bselect | <InputSelect... |
| bdate | <InputDate... |
| barea | <InputArea... |
| bval | <ValidationMessage... |
| bcode | @code {...} |
| bcodelm | `@code { +life cycles } |
Code snippets
| Snippet | For |
|---|---|
| para | [Parameter]... |
| parac | [CascadingParameter]... |
| paracc | ChildContent... |
| paraec | EventCallback... |