Files
codeql/csharp/ql/test/query-tests/ASP/BlockCodeResponseWrite/BlockCodeResponseWriteGood.aspx
2018-08-02 17:53:23 +01:00

8 lines
83 B
Plaintext

<%@ Page Language="C#" %>
<html>
<body>
<p>2 + 3 = <%=2 + 3%></p>
</body>
</html>