Namespace Cuemon.Web
Assembly: Cuemon.Web.dll
Classes
FormConverter
This utility class is designed to make HTTP request form-data specific System.Collections.Specialized.NameValueCollection related conversions easier to work with.
FormUtility
This utility class is designed to make HTTP request form-data operations easier to work with.
HeadersConverter
This utility class is designed to make HTTP request headers specific System.Collections.Specialized.NameValueCollection related conversions easier to work with.
HeadersUtility
This utility class is designed to make HTTP request headers operations easier to work with.
HttpUtility
This utility class is a light-weight implementation of the now deprecated HttpUtility class. Was made for backward compatibility in terms of UrlEncode(String, Encoding) and UrlDecode(String, Encoding).
HttpUtilityExtensions
This is an extension implementation of the most common methods on the HttpUtility class.
QueryStringConverter
This utility class is designed to make HTTP request querystring specific System.Collections.Specialized.NameValueCollection related conversions easier to work with.
QueryStringUtility
This utility class is designed to make HTTP request querystring operations easier to work with.
Enums
FieldValueFilter
Specifies the filter action to perform on either query strings, headers or form data.
FieldValueSeparator
Specifies a range of key-value seperators.