This documentation is archived and is not being maintained.

LinePragmaCodeInfo Properties

The LinePragmaCodeInfo type exposes the following members.

  NameDescription
Public property CodeLength Gets the length of the script block.
Public property IsCodeNugget Gets a value indicating whether the script block is located inside <% %> tags.
Public property StartColumn Gets the starting column of a script block in an .aspx file.
Public property StartGeneratedColumn Gets the starting column of a script block in the generated source file.
Public property StartLine Gets the starting line of a script block in an .aspx file.
Top
Show: