The properties of System.Web.Compilation.LinePragmaCodeInfo are listed below. For a list of all members, see the LinePragmaCodeInfo Members list.
See Also: Inherited members from System.Object
[read-only] | CodeLength | int.
![]() Gets the length of the script block. |
[read-only] | IsCodeNugget | bool.
![]() Gets a value indicating whether the script block is located inside <% %> tags. |
[read-only] | StartColumn | int.
![]() Gets the starting column of a script block in an .aspx file. |
[read-only] | StartGeneratedColumn | int.
![]() Gets the starting column of a script block in the generated source file. |
[read-only] | StartLine | int.
![]() Gets the starting line of a script block in an .aspx file. |