diff --git a/MvcSample/HomeController.cs b/MvcSample/HomeController.cs index 2e38aa8384..b992469504 100644 --- a/MvcSample/HomeController.cs +++ b/MvcSample/HomeController.cs @@ -13,7 +13,7 @@ namespace MvcSample { return new ContentResult { - Content = "Hello World" + Content = "Hello World From Content" }; } }