011. 解决VS2015中CS1528: Expected ; or = (cannot specify constructor arguments in declaration)
Posted 无止境
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了011. 解决VS2015中CS1528: Expected ; or = (cannot specify constructor arguments in declaration)相关的知识,希望对你有一定的参考价值。
编译器错误消息: CS1528: Expected ; or = (cannot specify constructor arguments in declaration)
源错误:
行 94: #line default
行 95: #line hidden
行 96: BeginContext("~/Views/Home/Index.cshtml", 231, 32, true);
|
解决方案:
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<div>
@( ViewBag.mvcFirst )
</div>
</body>
</html>
以上是关于011. 解决VS2015中CS1528: Expected ; or = (cannot specify constructor arguments in declaration)的主要内容,如果未能解决你的问题,请参考以下文章