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

Class PageDirective

A ‘Page’ ASP directive.

Import path

import semmle.code.asp.AspNet

Direct supertypes

Indirect supertypes

Predicates

getInheritedType

Gets the ‘CodeBehind’ class from which this page inherits.

Inherited predicates

getAttribute

Gets the ith attribute of this directive.

from AspDirective
getAttributeByName

Gets the attribute named name, if any.

from AspDirective
getBody

Gets the body of this element.

from AspElement
getLocation

Gets the location of this element.

from AspElement
getName

Gets the name of this directive, for example Page in <%@ Page Language="C#" %>.

from AspDirective
hasAttribute

Holds if this directive has an attribute.

from AspDirective
toString

Gets a textual representation of this element.

from AspDirective

Charpred