billbogaiv/hybrid-model-binding

Feature: FromHybrid attribute could take Source parameters

nkovacic opened this issue · 2 comments

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)

Thanks for the suggestion.

Took a while, but finally got this complete. Added notes in the README.

Heh, better late than never ;)