码迷,mamicode.com
首页 > 其他好文 > 详细

从大噶蛋糕

时间:2015-05-24 23:44:04      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:

和开发高啊噶客户噶快爱国黑客帝国哈更好

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;

namespace MyWebSite.Controllers
{
    public class HomeController : Controller
    {
        public ActionResult Index()
        {
            return View();
        }

        public ActionResult KindEditor()
        {
            return View();
        }

        public ActionResult About()
        {
            ViewBag.Message = "Your application description page.";

            return View();
        }

        public ActionResult Contact()
        {
            ViewBag.Message = "Your contact page.";

            return View();
        }
    }
}


从大噶蛋糕

标签:

原文地址:http://my.oschina.net/kavensu/blog/419343

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!