ASP.NET MVC 3 View 추가하기 Visual studio 2010 express 버전 Test0821.Controllers 코드 수정using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace Test0821.Controllers{ public class Test0821Controller : Controller { // // GET: /Home/ // public ActionResult Index() //{ //return View(); //} // 홈페이지상에서 보여질 문구 //public string Index() //{ //return "안녕하세요?a..