I'm trying to create a function in my WebApi where I return information based on the email address that I send, the problem is that the ". break the route.
In case I did my action like this:
[AcceptVerbs("GET")]
[Route("Usuarios/GetUsuarioPorEmail/{email}")]
public IQueryable<Usuarios> GetUsuarioPorEmail(string email)
I tried calling all these ways and none worked, link link link link link
But if I call it like that, it works
link
There is no pointless email.