Skip to content

Commit

Permalink
Use redirection rule target file instead of redirection file when inc…
Browse files Browse the repository at this point in the history
…lude file (dotnet#286)

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file

* use redirection target file as include file
  • Loading branch information
v-pegao authored and Rick-Anderson committed Jan 21, 2020
1 parent 15a0139 commit 1369585
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section, you'll create a new `MoviesController` class and write code that retrieves the movie data and displays it in the browser using a view template.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

MVC stands for *model-view-controller*. MVC is a pattern for developing applications that are well architected, testable and easy to maintain. MVC-based applications contain:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section you'll add some classes for managing movies in a database. These classes will be the "model" part of the ASP.NET MVC app.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section you'll use Entity Framework Code First Migrations to migrate some changes to the model classes so the change is applied to the database.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uid: mvc/overview/getting-started/introduction/adding-a-view

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section you're going to modify the `HelloWorldController` class to use view template files to cleanly encapsulate the process of generating HTML responses to a client.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msc.type: authoredcontent
---
# Search

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

## Adding a Search Method and Search View

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section you'll add validation logic to the `Movie` model, and you'll ensure that the validation rules are enforced any time a user attempts to create or edit a movie using the application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

## Creating a Connection String and Working with SQL Server LocalDB

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this part of the tutorial, you'll examine the automatically generated `Details` and `Delete` methods.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msc.type: authoredcontent

by [Rick Anderson]((https://twitter.com/RickAndMSFT))

[!INCLUDE [Tutorial Note](sample/code-location.md)]
[!INCLUDE [Tutorial Note](index.md)]

In this section, you'll examine the generated `Edit` action methods and views for the movie controller. But first we'll take a short diversion to make the release date look better. Open the *Models\Movie.cs* file and add the highlighted lines shown below:

Expand Down

0 comments on commit 1369585

Please sign in to comment.