Added action result sample.

This commit is contained in:
David Fowler 2013-12-12 11:14:22 -08:00
parent fe173fca1e
commit b575d2c337
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace MvcSample
{
return new ContentResult
{
Content = "Hello World"
Content = "Hello World From Content"
};
}
}