Dynamicweb.eCommerce.Frontend.Cart Namespace : Frontend Class |
For a list of all members of this type, see Frontend members.
Name | Description | |
---|---|---|
Formatter | Gets or sets the formatter that is used to serve special type of the content to the clients. (Inherited from Dynamicweb.ContentModule) | |
FormattingRequired | Gets value indicating whether content of the special type must be served to the client. (Inherited from Dynamicweb.ContentModule) | |
ModuleSystemName | Gets the system name of the module currently being attached (Inherited from Dynamicweb.ContentModule) | |
Pageview | Gets the PageView instance and gives you information about the current page that your module is used in. It gives you access to properties like the Page, the AreaID, information like style sheets and templates that are effective and it provides access to the current User of the page. (Inherited from Dynamicweb.ContentModule) | |
ParagraphId | Gets the paragraph ID of the current paragraph attaching the module (Inherited from Dynamicweb.ContentModule) | |
ParagraphRow | Gets a DataRow that contains information about the current paragraph that your module is used in. It contains information like the ParagraphID, the ParagraphPageID and the ParagraphModuleSettings, which provides information about data the user has entered in the module. (Inherited from Dynamicweb.ContentModule) | |
Properties | Gets or sets a Properties object with values of the settings set when this instance of the module was attached to a paragraph. (Inherited from Dynamicweb.ContentModule) | |
Request | Gets the HttpContext.Current.Request instance. Use Input.Request for requesting Querystring and form values to SQL Escape input.. (Inherited from Dynamicweb.ContentModule) | |
Response | Gets the HttpContext.Current.Response instance. (Inherited from Dynamicweb.ContentModule) | |
Server | Gets the HttpContext.Current.Server instance. (Inherited from Dynamicweb.ContentModule) | |
Session | Gets the HttpContext.Current.Session instance. (Inherited from Dynamicweb.ContentModule) | |
StepReq |