We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ce9dd commit 45ffe20Copy full SHA for 45ffe20
aspnetcore/fundamentals/minimal-apis.md
@@ -337,14 +337,6 @@ Routes can be given names in order to generate URLs to the route. Using a named
337
338
The preceding code displays `The link to the hello route is /hello` from the `/` endpoint.
339
340
-Route names are inferred from method names if specified:
341
-
342
-[!code-csharp[](minimal-apis/samples/WebMinAPIs/Program.cs?name=snippet_nr2)]
343
344
-**REVIEW**: `{linker.GetPathByName("Hi", values: null)}` is null in the preceding code.
345
346
-**NOTE**: Route names are case sensitive.
347
348
Route names:
349
350
* Must be globally unique.
0 commit comments