Coder PostDataEncode Method C# API
Overload List

  NameDescription
Public methodStatic memberPostDataEncode(String)
Encodes a string so that it can be sent to a web server as POST data.
Public methodStatic memberPostDataEncode(String, String)
Encodes a string so that it can be sent to a web server as POST data, specifying the characters which shouldn't be encoded.
Back to Top
See Also