CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

Class AspCloseTag

A close tag, for example the tag on line 3 in

<script runat="server">
  Label.Text = "Hello, World!";
</script>

Import path

import semmle.code.asp.AspNet

Direct supertypes

Indirect supertypes

Predicates

getName

Gets the name of this close tag.

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