System.Web
2.0.0.0
System.Object
During page parsing, information about a script block is stored in the class. This class is used in the class.
is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.
Contains properties for a script block being parsed.
Constructor
To use the properties of a instance, use the constructor overload that takes parameters.
Initializes a new instance of the class.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the length of the script block.
2.0.0.0
Property
System.Boolean
To be added.
Code located within the <% %> tags is referred to as a "nugget".
Gets a value indicating whether the script block is located inside <% %> tags.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the starting column of a script block in an .aspx file.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the starting column of a script block in the generated source file.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the starting line of a script block in an .aspx file.
2.0.0.0