Is it possible to have an action that will provides for encoding and decoding URLs when processing Web requests.
Like WebUtility Class and HttpUtility Class in the .NET Framework can do ?
It should be useful with HTTP action (and I'm sure with others) when we use URL in the body of the request.
Thanks !