Name | Description | |
---|---|---|
AspNetTrustLevel | Gets the current ASPNET trust level |
The following tables list the members exposed by HttpContextHelper.
Name | Description | |
---|---|---|
AspNetTrustLevel | Gets the current ASPNET trust level |
Name | Description | |
---|---|---|
GetCurrentScriptName | Attempts to get the name of the currently executing web script | |
GetIISVersion | Parse the server software identifier and attempt to determine the major/minor version. | |
GetStoreUrl | Parses the current request URL and attempts to get store URL | |
IsInstallRequest | Indicates whether the current request can be identified as an installation script | |
IsInWebContext | Indicates if the current request is in a web context | |
SafeGetCache | Gets the System.Web.Caching.Cache object associated with the current context. | |
SafeGetRequest | Overloaded. Gets the HttpRequest associated with the current HttpContext. | |
SafeGetResponse | Gets the HttpResponse associated with the given context. | |
SafeGetSession | Gets the System.Web.SessionState.HttpSessionState object associated with the current context. |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |