.NET Framework Class Library
HttpUtility Methods

The HttpUtility type exposes the following members.

Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberHtmlAttributeEncodeOverloaded. Minimally converts a string into an HTML-encoded string.
Public methodStatic memberHtmlDecodeOverloaded. Converts a string that has been HTML-encoded for HTTP transmission into a decoded string.
Public methodStatic memberHtmlEncodeOverloaded. Converts a string into an HTML-encoded string.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberParseQueryStringOverloaded. Parses a query string into a NameValueCollection.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodStatic memberUrlDecodeOverloaded. Converts a string that has been encoded for transmission in a URL into a decoded string.
Public methodStatic memberUrlDecodeToBytesOverloaded. Converts a URL-encoded string or byte array into a decoded array of bytes.
Public methodStatic memberUrlEncodeOverloaded. Encodes a URL string.
Public methodStatic memberUrlEncodeToBytesOverloaded. Converts a string or a byte array into an encoded array of bytes.
Public methodStatic memberUrlEncodeUnicodeConverts a string into a Unicode string.
Public methodStatic memberUrlEncodeUnicodeToBytesConverts a Unicode string into an array of bytes.
Public methodStatic memberUrlPathEncodeEncodes the path portion of a URL string for reliable HTTP transmission from the Web server to a client.
Top
See Also

Reference

Tags :


Page view tracker