Click or drag to resize

IRequestItem Interface

Indicates that the control persists its value in the current HTTP request.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public interface IRequestItem

The IRequestItem type exposes the following members.

Properties
  NameDescription
Public propertyRequestKey
Gets or sets the name of the request key used to retrieve control value from the current HTTP request.
Top
Remarks