[TestMethod] が Intellisense に対応していません。赤色で表示されています。
これは私のコントローラーです
[TestMethod]
public ActionResult Index()
{
return View();
}
[TestMethod] が Intellisense に対応していません。赤色で表示されています。
これは私のコントローラーです
[TestMethod]
public ActionResult Index()
{
return View();
}