This documentation is archived and is not being maintained.
HttpContextBase Methods
Visual Studio 2010
The HttpContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddError | When overridden in a derived class, adds an exception to the exception collection for the current HTTP request. |
|
ClearError | When overridden in a derived class, clears all errors for the current HTTP request. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetGlobalResourceObject(String, String) | When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties. |
|
GetGlobalResourceObject(String, String, CultureInfo) | When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLocalResourceObject(String, String) | When overridden in a derived class, gets a page-level resource object based on the specified VirtualPath and ResourceKey properties. |
|
GetLocalResourceObject(String, String, CultureInfo) | When overridden in a derived class, gets a page-level resource object based on the specified VirtualPath and ResourceKey properties, and on the CultureInfo object. |
|
GetSection | When overridden in a derived class, gets the specified configuration section of the current application's default configuration. |
|
GetService | When overridden in a derived class, returns an object for the current service type. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemapHandler | When overridden in a derived class, specifies a handler for the request. |
|
RewritePath(String) | When overridden in a derived class, rewrites the URL by using the specified path. |
|
RewritePath(String, Boolean) | When overridden in a derived class, rewrites the URL by using the specified path and a value that specifies whether the virtual path for server resources is modified. |
|
RewritePath(String, String, String) | When overridden in a derived class, rewrites the URL by using the specified path, path information, and query string information. |
|
RewritePath(String, String, String, Boolean) | When overridden in a derived class, rewrites the URL by using the specified path, path information, query string information, and a value that specifies whether the client file path is set to the rewrite path. |
|
SetSessionStateBehavior | When overridden in a derived class, sets the type of session state behavior that is required to support an HTTP request. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: