Skip to content

Commit

Permalink
Convert MapAction to Map
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Apr 1, 2021
1 parent 8b30162 commit af3fdf5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I highly recommend using [Visual Studio Code](https://code.visualstudio.com/) to

## .NET 6 Preview 2 Section (4)

You can access .NET 6 Preview 2 specific samples [here](projects/net6).
You can access .NET 6 Preview 3 (nightly builds) specific samples [here](projects/net6).

## Sections

Expand Down
10 changes: 5 additions & 5 deletions projects/net6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This section has for .NET 6 new functionalities. All these samples require .NET

This is Hello World ASP.NET Core 6 app.

* [Map Action](map-action)
* [Map](map)

This is a brand new feature that allows the creation of Web API without using Controllers.

* [Accessing HttpContext in Map Action](map-action-2)
* [Accessing HttpContext in Map](map-2)

This sample shows how to access HttpContext in MapAction.
This sample shows how to access HttpContext in Map.

* [Accessing Objects in Map Action](map-action-2)
* [Accessing Objects in Map Action](map-3)

This sample shows how to access objects MapAction.
This sample shows how to access objects Map.
3 changes: 3 additions & 0 deletions projects/net6/map-3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Accessing your objects in Map

This example shows how to access your objects in Map.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions projects/net6/map-action-3/README.md

This file was deleted.

0 comments on commit af3fdf5

Please sign in to comment.