System.Web.Compilation.LinePragmaCodeInfo Members

The members of System.Web.Compilation.LinePragmaCodeInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.Compilation.LinePragmaCodeInfo class.

Public Properties

[read-only]
CodeLengthint.

Gets the length of the script block.

[read-only]
IsCodeNuggetbool.

Gets a value indicating whether the script block is located inside <% %> tags.

[read-only]
StartColumnint.

Gets the starting column of a script block in an .aspx file.

[read-only]
StartGeneratedColumnint.

Gets the starting column of a script block in the generated source file.

[read-only]
StartLineint.

Gets the starting line of a script block in an .aspx file.