Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 19:09:49 (13 years ago)
Author:
jwolfing
Message:

#1433 code formatted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/HomeController.cs

    r6283 r6317  
    55using System.Web.Mvc;
    66
    7 namespace HLWebOKBAdminPlugin.Controllers
    8 {
    9     [HandleError]
    10     public class HomeController : Controller
    11     {
    12         //
    13         // GET: /Home/
     7namespace HLWebOKBAdminPlugin.Controllers {
     8  [HandleError]
     9  public class HomeController : Controller {
     10    //
     11    // GET: /Home/
    1412
    15         public ActionResult Index()
    16         {
    17             ViewData["Message"] = "Welcome to ASP.NET MVC!";
    18             return View();
    19         }
     13    public ActionResult Index() {
     14      ViewData["Message"] = "Welcome to ASP.NET MVC!";
     15      return View();
     16    }
    2017
    21         public ActionResult About() {
    22             return View();
    23         }
     18    public ActionResult About() {
     19      return View();
     20    }
    2421
    25     }
     22  }
    2623}
Note: See TracChangeset for help on using the changeset viewer.