Contents tagged with Encoding

  • URL encoding dilemma

    Tags: C#, .NET, Encoding

    Ever had the necessity to encode the URL parameters from a console or library project and not a web project?

    For this cases HttpUtility class from System.Web namespace would help us. But you need to … more

    Categories: .NET, C#

    Tags: .NET, C#

  • 1