Class AspDirective
A directive, for example <%@ Page Language="C#" %>.
Import path
import semmle.code.asp.AspNetDirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| getAttribute | Gets the |
| getAttributeByName | Gets the attribute named |
| getName | Gets the name of this directive, for example |
| hasAttribute | Holds if this directive has an attribute. |
| 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 |