LinePragmaCodeInfo Properties

 

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCodeLength

Gets the length of the script block.

System_CAPS_pubpropertyIsCodeNugget

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

System_CAPS_pubpropertyStartColumn

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

System_CAPS_pubpropertyStartGeneratedColumn

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

System_CAPS_pubpropertyStartLine

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

Return to top
Show: