| ComboboxRequestKey Property |
Gets or sets the name of the request key used to retrieve control value from the current HTTP request.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(false)]
[DefaultValueAttribute("")]
public virtual string RequestKey { get; set; }
<BindableAttribute(false)>
<DefaultValueAttribute("")>
Public Overridable Property RequestKey As String
Get
Set
Property Value
Type:
StringImplements
IRequestItemRequestKeyRemarks See Also