@model string
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>ErrorView</title>
</head>
<body>
<div>
系统提示!
</div>
@Model
</body>
</html>