Web API CORE method to accept content type application/x-www-form-urlencoded.

I want to create a method in Web API CORE which will accept content type
as application/x-www-form-urlencoded.
Can anyone help me with this implementation