LinePragmaCodeInfo::IsCodeNugget Property
.NET Framework (current version)
Gets a value indicating whether the script block is located inside <% %> tags.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the script block is contained inside <% %> tags; otherwise, false.
Code located within the <% %> tags is referred to as a "nugget".
.NET Framework
Available since 2.0
Available since 2.0
Show: