Remove Parameter from this PR

This commit is contained in:
Edward Minnix III
2024-12-19 23:11:07 -05:00
committed by GitHub
parent d0c9ba19d7
commit 453913cd9f
2 changed files with 0 additions and 2 deletions

View File

@@ -2,6 +2,5 @@
category: minorAnalysis
---
* Added `remote` flow source models for properties of Blazor components annotated with any of the following attributes from `Microsoft.AspNetCore.Components`:
- `[Parameter]`
- `[SupplyParameterFromForm]`
- `[SupplyParameterFromQuery]`

View File

@@ -5,7 +5,6 @@ extensions:
data:
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_BaseUri", "", "", "ReturnValue", "remote", "manual"]
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_Uri", "", "", "ReturnValue", "remote", "manual"]
- ["Microsoft.AspNetCore.Components", "ParameterAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromFormAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromQueryAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
- addsTo: