Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / HttpContextHelper Class
Properties Methods


In This Topic
    HttpContextHelper Class Members
    In This Topic

    The following tables list the members exposed by HttpContextHelper.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the current ASPNET trust level  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Attempts to get the name of the currently executing web script  
    Public Methodstatic (Shared in Visual Basic) Parse the server software identifier and attempt to determine the major/minor version.  
    Public Methodstatic (Shared in Visual Basic) Parses the current request URL and attempts to get store URL  
    Public Methodstatic (Shared in Visual Basic) Indicates whether the current request can be identified as an installation script  
    Public Methodstatic (Shared in Visual Basic) Indicates if the current request is in a web context  
    Public Methodstatic (Shared in Visual Basic) Gets the System.Web.Caching.Cache object associated with the current context.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets the HttpRequest associated with the current HttpContext.  
    Public Methodstatic (Shared in Visual Basic) Gets the HttpResponse associated with the given context.  
    Public Methodstatic (Shared in Visual Basic) Gets the System.Web.SessionState.HttpSessionState object associated with the current context.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also