Changeset 5072 for branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers
- Timestamp:
- 12/08/10 14:44:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/HomeController.cs
r4604 r5072 9 9 public class HomeController : Controller { 10 10 public ActionResult Index() { 11 ViewData["Message"] = "Welcome to ASP.NET MVC!";11 ViewData["Message"] = "Welcome to HeuristicLab Web"; 12 12 13 13 return View();
Note: See TracChangeset
for help on using the changeset viewer.