ControlBuilder.HasAspCode Property
.NET Framework 3.0
Gets a value indicating whether the control contains any code blocks.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
ControlBuilder Members
System.Web.UI Namespace
Assembly: System.Web (in system.web.dll)
This example overrides the OnAppendToParentBuilder method to check the ControlType property to determine what type of control this builder is applied to. If it is a CustomTextBox, the builder checks whether the value of the HasAspCode property is included in the control. If so, an exception is thrown, if not the HasBody method is called.
Reference
ControlBuilder ClassControlBuilder Members
System.Web.UI Namespace
Other Resources
Code Declaration BlocksCommunity Additions
ADD
Show: