diff --git a/out.txt b/out.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/samples/MvcSample.Web/Areas/Travel/Controllers/HomeController.cs b/samples/MvcSample.Web/Areas/Travel/Controllers/HomeController.cs new file mode 100644 index 0000000000..5dd329b4f6 --- /dev/null +++ b/samples/MvcSample.Web/Areas/Travel/Controllers/HomeController.cs @@ -0,0 +1,14 @@ + +using Microsoft.AspNet.Mvc; + +namespace MvcSample.Web.Areas.Travel.Controllers +{ + [Area("Travel")] + public class HomeController : Controller + { + public IActionResult Index() + { + return Result.Content("This is the Travel/Home/Index action."); + } + } +} \ No newline at end of file diff --git a/samples/MvcSample.Web/Areas/Travel/Views/Flight/Fly.cshtml b/samples/MvcSample.Web/Areas/Travel/Views/Flight/Fly.cshtml index ed15ba423b..14a1ef94ce 100644 --- a/samples/MvcSample.Web/Areas/Travel/Views/Flight/Fly.cshtml +++ b/samples/MvcSample.Web/Areas/Travel/Views/Flight/Fly.cshtml @@ -12,22 +12,18 @@
- ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that - enables a clean separation of concerns and gives you full control over markup - for enjoyable, agile development. -
- +Takes you out of the area implicitly.
+NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.
- +Keeps you in the area implicitly.
+You can easily find a web hosting company that offers the right mix of features and price for your applications.
- +Leaves the area explicitly.
+- ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that - enables a clean separation of concerns and gives you full control over markup - for enjoyable, agile development. + Go to our cool travel reservation system.
- +