This documentation is archived and is not being maintained.
ControlBuilder.HasAspCode Property
.NET Framework 1.1
Gets a value indicating whether the control contains any code blocks.
[Visual Basic] Public ReadOnly Property HasAspCode As Boolean [C#] public bool HasAspCode {get;} [C++] public: __property bool get_HasAspCode(); [JScript] public function get HasAspCode() : Boolean;
Property Value
true if the control contains at least one code block; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace | Code Blocks in ASP.NET
Show: