Daniel Halan - 398 - Sep 25, 2014

Is there any [attribute] to force specific properties to only be defined in query string, and “not” part of body?

No there’s no attributes to change request binding behavior. You can inspect the incoming base.Request otherwise you can override it with your own request binding impl.

Daniel Halan:

Ok