Class AspOpenTag
An open tag, for example the tag on line 1 in
<script runat="server">
Label.Text = "Hello, World!";
</script>
Import path
import semmle.code.asp.AspNetDirect supertypes
Indirect supertypes
Predicates
| getAttribute | Gets the |
| getAttributeByName | Gets the attribute named |
| getName | Gets the name of this open tag. |
| hasAttribute | Holds if this open tag has an attribute. |
| isEmpty | Holds if this open tag is empty. |
| toString | Gets a textual representation of this element. |
Inherited predicates
| getBody | Gets the body of this element. | from AspElement |
| getLocation | Gets the location of this element. | from AspElement |