Click or drag to resize

HiddenInputDOMAccessed Property

Gets/sets whether or not this control is accessed programmatically in the browser's Document Object Model (DOM). If not, many common attributes and styles (e.g. class) are suppressed in order to reduce page size. By default it is assumed that the control is not accessed in the DOM.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool DOMAccessed { get; set; }

Property Value

Type: Boolean
See Also