GOA - System.Web.HttpUtility

HttpUtility Class


Provides the methods for encoding and decoding the URLs. This class cannot be inherited.

Definition

public sealed class HttpUtility: Object

Members Table

MethodDescription
DecodeQueryConverts a string that has been encoded for HTTP transmission into a StringDictionary.
EncodeQueryConverts a StringDictionary into an encoded string for reliable HTTP transmission.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringReturns a String that represents the current Object. (Inherited from Object)
UrlDecodeConverts a string of a URL that has been encoded for HTTP transmission into a decoded string.
UrlEncodeEncodes a URL string for reliable HTTP transmission.

Inheritance Hierarchy

Object
HttpUtility

Class Information

NamespaceSystem.Web
Flash LibrarySystem.scl
Flash Library Version2.0.0.1308
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.