Click or drag to resize

ContentPlaceHolderNamingContainer 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 NamingContainer.

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

Property Value

Type: Control
See Also