Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model Blazor attributes as marking sources
The attributes - `[Parameter]` - `[SupplyParameterFromFormAttribute]` - `[SupplyParameterFromQueryAttribute]` Tell Blazor to initialize the variables with parameters defined by the route/form values/query parameters/etc. Values derived from the URI or form should be classified as `remote` flow sources.
- Loading branch information