Feature: FromHybrid attribute could take Source parameters
nkovacic opened this issue · 2 comments
nkovacic commented
A greate feature for FromHybrid attribute woulde be if it could take Source parameters.
Example:
public async Task<IActionResult> Get([FromHybrid(Source.FromRoute, Source.FromBody)]ApiParameters apiParameters)
billbogaiv commented
Thanks for the suggestion.
Took a while, but finally got this complete. Added notes in the README.
nkovacic commented
Heh, better late than never ;)