Module AspNet
Provides all ASP.NET classes.
All ASP.NET elements have the common base class AspElement.
Import path
import semmle.code.asp.AspNetImports
| csharp | The default C# QL library. |
Classes
| AspAttribute | An attribute. Either a code block ( |
| AspBlockCode | A block of code that will be evaluated for its side effects, for example |
| AspCloseTag | A close tag, for example the tag on line 3 in |
| AspCode | A code block. Either a block of code ( |
| AspComment | A comment, for example |
| AspDataBinding | A data-binding expression, for example |
| AspDirective | A directive, for example |
| AspElement | An ASP.NET program element. Either an attribute ( |
| AspInlineCode | Inline code, for example |
| AspOpenTag | An open tag, for example the tag on line 1 in |
| AspQuotedString | A quoted string used as an attribute in a tag. |
| AspServerComment | A comment that will be stripped out on the server, for example |
| AspText | Arbitrary text. It will be inserted into the document as is. |
| AspXmlDirective | An XML directive, such as a |
| CodeBehindFile | An |
| PageDirective | A ‘Page’ ASP directive. |