c# --> csharp

pull/9679/head^2
Scott Addie 2018-11-06 14:14:19 -06:00 committed by GitHub
parent c3eb79666f
commit 70781c2027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ ASP.NET Core MVC uses a different set of conventions from ASP.NET Web API 2. Usi
To use the Web API Compatibility Shim, you need to add the package to your project and then add the conventions to MVC by calling `AddWebApiConventions` in `Startup`:
```c#
```csharp
services.AddMvc().AddWebApiConventions();
```