Class AspElement
An ASP.NET program element. Either an attribute (AspAttribute), an open
tag (AspOpenTag), a close tag (AspCloseTag), a comment (AspComment),
a directive (AspDirective), arbitrary text (AspText), or an XML
directive (AspXmlDirective).
Import path
import semmle.code.asp.AspNetDirect supertypes
Known direct subtypes
Predicates
| getBody | Gets the body of this element. |
| getLocation | Gets the location of this element. |
| toString | Gets a textual representation of this element. |