Manoj Kalla
Differentiate between FromURI and FromBody in ASP.NET Web API
By Manoj Kalla in .NET on Aug 01 2018
  • Manoj Kalla
    Aug, 2018 1

    FromURI attribute to instruct Web API to collect or get the value of complex type from the query string.FromBody attribute instruct Web API to collect or get the value of primitive type from the request body.

    • 3
  • Yamini
    Feb, 2019 26

    Web API gets the value of a primitive parameter from the query string and complex type parameter from the request body.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS