Namespace Dynamicweb.Environment
Classes
- Cookie
- Provides a type safe way to work and manipulate http cookies
- CookieManager
- Provides methods to work with cookies
- ExecutingContext
- Provides static members for Dynamicweb environment variables.
- PostedFileBase
- Provides access to individual files that have been uploaded by a client.
- PostedFileCollection
- Base implementation for abstraction of filecollection for posted files, as used in Dynamicweb.
- RequestExtensions
- Extension for IRequest that enables the return of strongly typed objects from the requests querystring or form.
- Snapshot
- Readonly Snapshot that stores key/value pairs. This class cannot be inherited.
Interfaces
- IApplication
- Interface IApplication is an abstraction of HttpApplicationState. Enables sharing of global information across multiple sessions and requests within the application.
- IApplicationInstance
- Interface IApplicationInstance is an abstraction of a subset of HttpApplication.
- IContext
- 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.
- IContextAccessor
- Provides access to the current context
- IContextMapper
- Maps from HttpContext to IContext
- ICookieCollection
- Interface ICookieCollection is an abstraction of HttpCookieCollection. Provides a type-safe way to manipulate HTTP cookies.
- IPostedFiles
- Contains files posted to the server.
- IRequest
- Interface IRequest is an abstraction of HttpRequest. Exposes HTTP values sent by a client during a Web request.
- IResponse
- Interface IResponse is an abstraction of HttpResponse. Encapsulates HTTP-response information.
- IServer
- Interface IServer is an abstraction of HttpServerUtility. Provides helper methods for processing Web requests.
- ISession
- Interface ISession is an abstraction of HttpSessionState. Provides access to session-state values as well as session-level settings and lifetime management methods.
Enums
- CookieOptInLevel
- Represents cookie opt-in levels
- CookieType
- Represents cookie type