8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
<%@Page Language="C#"%>
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<h1><%=Request.TotalBytes%> bytes</h1>
|
|
</body>
|
|
</html>
|