Conversation
MackinnonBuck
left a comment
There was a problem hiding this comment.
This looks great! I think this is still the only spot where we need to document [SupplyParameterFromQuery].
Regarding [SupplyParameterFromForm], the reason we haven't documented it for previous releases is that it's a very new feature 🙂 Its use is somewhat similar to that of [SupplyParameterFromQuery], but it binds parameters to form request entries rather than query parameters. I would suggest content about [SupplyParameterFromForm] should be added to the "Forms and Input Components" document rather than the routing docs, where [SupplyParameterFromQuery] is documented.
Issues describing the design of this feature can be found here and here. Some usage examples can be found in our test components. If this isn't the right info (or not enough info) for you to get started preparing content, please let me know!
CC @javiercn in case you have anything to add.
Fixes #29547
Mackinnon ...
[SupplyParameterFromForm]for any release. I thought it was an internal framework API bit that devs wouldn't directly use, but I'm prepared to hear what we need to cover it if that's not the case. 👂[SupplyParameterFromQuery]attribute. If there are no other places around the Blazor docs that need to refer to the attribute, then we'll be good to go after we get this spot updated.Internal previews