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

Class AspDataBinding

A data-binding expression, for example <%# myArray %> in

<asp:ListBox id="List1" datasource='<%# myArray %>' runat="server">

Import path

import semmle.code.asp.AspNet

Direct supertypes

Indirect supertypes

Predicates

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