Click or drag to resize

ContentPlaceHolderID Property

Defeat the effect of the .Net ContentPlaceHolder being a NamingContainer with regard to client-side NAME and ID attributes rendering by always returning a null ID.

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

Property Value

Type: String
See Also