Namespace Dynamicweb.Environment
Classes
- Context
Unavailable Exception Represents an exception that is thrown when the Current is not available.
- Cookie
Provides a type safe way to work and manipulate http cookies
- Cookie
Manager Provides methods to work with cookies
- Executing
Context Provides static members for Dynamicweb environment variables.
- Posted
File Base Provides access to individual files that have been uploaded by a client.
- Posted
File Collection Base implementation for abstraction of filecollection for posted files, as used in Dynamicweb.
- Request
Extensions 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.
- IContext
Accessor Provides access to the current context
- IPosted
Files 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
- Cookie
Opt InLevel Represents cookie opt-in levels
- Cookie
Type Represents cookie type