Namespace Dynamicweb.Environment
Classes
- ContextUnavailableException
Represents an exception that is thrown when the Current is not available.
- 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.
Interfaces
- 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
- 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