WebContext Class
Manages the path context for the current Web application. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WebContext(WebApplicationLevel, String^, String^, String^, String^, String^) | Initializes a new instance of the WebContext class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationLevel | Gets a WebApplicationLevel object that represents the path level of the current Web application. |
![]() | ApplicationPath | Gets the application path of the current Web application. |
![]() | LocationSubPath | Gets the location subpath of the Web application. |
![]() | Path | Gets the current virtual path of the Web application. |
![]() | Site | Gets the name of the current Web application. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the application's configuration path.(Overrides Object::ToString().) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

