프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusLogview / MARKUS_LOGVIEW / Controllers / HomeController.cs @ d33ef543

이력 | 보기 | 이력해설 | 다운로드 (334 Bytes)

1 84578b97 djkim
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Web;
5
using System.Web.Mvc;
6
7
namespace MARKUS_LOGVIEW.Controllers
8
{
9
    public class HomeController : Controller
10
    {
11
        public ActionResult Index()
12
        {
13
            ViewBag.Title = "Home Page";
14
15
            return View();
16
        }
17
    }
18
}
클립보드 이미지 추가 (최대 크기: 500 MB)