diff --git a/chap3_your_first_mvc_app/PartyInvites/Views/Home/Index.cshtml b/chap3_your_first_mvc_app/PartyInvites/Views/Home/Index.cshtml index 3526a79..09121c7 100644 --- a/chap3_your_first_mvc_app/PartyInvites/Views/Home/Index.cshtml +++ b/chap3_your_first_mvc_app/PartyInvites/Views/Home/Index.cshtml @@ -1,39 +1,16 @@ @{ - ViewBag.Title = "Home Page"; + Layout = null; } -
-

ASP.NET

-

ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.

-

- Learn more » -

-
+ -
-
-

Getting started

-

- 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. -

-

- Learn more » -

-
-
-

Get more libraries

-

NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.

-

- Learn more » -

-
-
-

Web Hosting

-

You can easily find a web hosting company that offers the right mix of features and price for your applications.

-

- Learn more » -

-
-
\ No newline at end of file + + + Index + + +
+ Hello, world (from the view) +
+ + \ No newline at end of file