Update `IndexOption` to `Index`

The first `IndexOption` reference in the article is changed to `Index.` The second reference stays intact and is correct.
pull/8857/head
Dave Brock 2018-10-04 20:40:36 -05:00 committed by GitHub
parent caf620ebec
commit 8ba0f07c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ Sample:
The `Index` method initializes the `CountryViewModel`, sets the selected country and passes it to the `Index` view.
[!code-csharp[](working-with-forms/sample/final/Controllers/HomeController.cs?range=114-119)]
[!code-csharp[](working-with-forms/sample/final/Controllers/HomeController.cs?range=8-13)]
The HTTP POST `Index` method displays the selection: