简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"/> <ul> @foreach (var x in Request.ServerVariables) {<li>@x</li>} </ul>
运行结果: