using System.Web;
using System.Web.Mvc;
namespace MvcMovie.Controllers
public class HelloWorldController : Controller
{
//
// GET: /HelloWorld/
public string Index()
{
return "This is my <b>default</b> action...";
}
//
// GET: /HelloWorld/Welcome/
public string Welcome()
{
return "This is the Welcome action method...";
}
}
}
JunieB
Member
101 Points
80 Posts
Test post
Jan 19, 2011 09:07 PM|LINK
Sorry for all the tests.
From Firefox
using System.Web; using System.Web.Mvc; namespace MvcMovie.Controllers public class HelloWorldController : Controller { // // GET: /HelloWorld/ public string Index() { return "This is my <b>default</b> action..."; } // // GET: /HelloWorld/Welcome/ public string Welcome() { return "This is the Welcome action method..."; } } }tmessbauer
Member
595 Points
209 Posts
Re: Test post
Feb 12, 2011 10:52 PM|LINK
fooo
Edited by tmorton
Technical architect
tmorton
All-Star
56556 Points
9751 Posts
ASPInsiders
Moderator
Re: Test post
Mar 02, 2011 07:49 PM|LINK
Testing Preview.
ASP.NET/IIS.NET Website Manager, Neudesic