<html>
<body>
<ul>
@for each x in Request.ServerVariables
    @<li>@x</li>
next x
</ul>
</body>
</html>