Interface IContext
- Namespace
- Dynamicweb.Environment
- Assembly
- Dynamicweb.Core.dll
Defines a contract for the Dynamicweb.Context.Current instance. This interface is an abstraction of HttpContext. Encapsulates all HTTP-specific information about an individual HTTP request.
- Extension Methods
Remarks
HttpContext is the default implementation used in Dynamicweb
Properties
Items
Gets a key/value collection that can be used to organize and share data between an IHttpModule interface and an IHttpHandler interface during an HTTP request
Property Value
Request
Gets the Request object in the current request
Property Value
Response
Gets the Response object for the current request
Property Value
Server
Gets the Server object providing methods used in processing Requests
Property Value
Session
Gets the Session object for the current request