HttpServerUtility Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ClearError | Clears the previous exception. |
| CreateObject | Overloaded. Creates a server instance of a COM object. |
| CreateObjectFromClsid | Creates a server instance of a COM object identified by the object's class identifier (CLSID). |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| Execute | Overloaded. Executes the handler for a specified resource in the context of the current request and returns execution to the page that invoked it. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLastError | Returns the previous exception. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HtmlDecode | Overloaded. Decodes a string that has been encoded to eliminate invalid HTML characters. |
| HtmlEncode | Overloaded. Encodes a string to be displayed in a browser. |
| MapPath | Returns the physical file path that corresponds to the specified virtual path on the Web server. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Transfer | Overloaded. Terminates execution of the current page and starts execution of a new page for the current request. |
| TransferRequest | Overloaded. Performs an asynchronous execution of the specified URL. |
| UrlDecode | Overloaded. Decodes a string that was encoded for HTTP transmission and then sent to the server in a URL. |
| UrlEncode | Overloaded. Encodes a string for reliable HTTP transmission from the Web server to a client through the URL. |
| UrlPathEncode | URL-encodes the path section of a URL string and returns the encoded string. |
| UrlTokenDecode | Decodes a URL string token to its equivalent byte array using base 64 digits. |
| UrlTokenEncode | Encodes a byte array into its equivalent string representation using base 64 digits, which is usable for transmission on the URL. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: