HttpServerUtility Methods
.NET Framework 4
The HttpServerUtility type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ClearError | Clears the previous exception. |
![]() |
CreateObject(String) | Creates a server instance of a COM object identified by the object's programmatic identifier (ProgID). |
![]() |
CreateObject(Type) | Creates a server instance of a COM object identified by the object's type. |
![]() |
CreateObjectFromClsid | Creates a server instance of a COM object identified by the object's class identifier (CLSID). |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Execute(String) | Executes the handler for the specified virtual path in the context of the current request. |
![]() |
Execute(String, Boolean) | Executes the handler for the specified virtual path in the context of the current request and specifies whether to clear the QueryString and Form collections. |
![]() |
Execute(String, TextWriter) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the executed handler. |
![]() |
Execute(IHttpHandler, TextWriter, Boolean) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the executed handler and a Boolean parameter specifies whether to clear the QueryString and Form collections. |
![]() |
Execute(String, TextWriter, Boolean) | Executes the handler for the specified virtual path in the context of the current request. A TextWriter captures output from the page and a Boolean parameter specifies whether to clear the QueryString and Form collections. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
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(String) | Decodes an HTML-encoded string and returns the decoded string. |
![]() |
HtmlDecode(String, TextWriter) | Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream. |
![]() |
HtmlEncode(String) | HTML-encodes a string and returns the encoded string. |
![]() |
HtmlEncode(String, TextWriter) | HTML-encodes a string and sends the resulting output to a TextWriter output stream. |
![]() |
MapPath | Returns the physical file path that corresponds to the specified virtual path on the Web server. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Transfer(String) | For the current request, terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. |
![]() |
Transfer(IHttpHandler, Boolean) | Terminates execution of the current page and starts execution of a new request by using a custom HTTP handler that implements the IHttpHandler interface and specifies whether to clear the QueryString and Form collections. |
![]() |
Transfer(String, Boolean) | Terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. Specifies whether to clear the QueryString and Form collections. |
![]() |
TransferRequest(String) | Performs an asynchronous execution of the specified URL. |
![]() |
TransferRequest(String, Boolean) | Performs an asynchronous execution of the specified URL and preserves query string parameters. |
![]() |
TransferRequest(String, Boolean, String, NameValueCollection) | Performs an asynchronous execution of the specified URL using the specified HTTP method and headers. |
![]() |
UrlDecode(String) | URL-decodes a string and returns the decoded string. |
![]() |
UrlDecode(String, TextWriter) | Decodes an HTML string received in a URL and sends the resulting output to a TextWriter output stream. |
![]() |
UrlEncode(String) | URL-encodes a string and returns the encoded string. |
![]() |
UrlEncode(String, TextWriter) | URL-encodes a string and sends the resulting output to a TextWriter output stream. |
![]() |
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. |