Always pass in a UrlEncoded data or a URL to parse from unless you are creating a new one from scratch.
public UrlEncodingParser(string queryStringOrUrl, bool decodeSpacesAsPlusSigns)
Parameters
queryStringOrUrl
Pass a query string or raw Form data, or a full URL.
If a URL is parsed the part prior to the ? is stripped
but saved. Then when you write the original URL is
re-written with the new query string.
decodeSpacesAsPlusSigns
See also:
Class UrlEncodingParser© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic