Merge pull request #609 from scottforsyth/scottforsyth-patch-1

Highlighted new using statement
pull/580/merge
Steve Smith 2015-11-05 10:51:00 -08:00
commit 97ba43c596
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ Delete all of the methods except for the Get() method, and update the Get() meth
.. literalinclude:: your-first-aspnet-application/sample/src/WebApplication1/Controllers/ProcessesController.cs .. literalinclude:: your-first-aspnet-application/sample/src/WebApplication1/Controllers/ProcessesController.cs
:language: c# :language: c#
:linenos: :linenos:
:emphasize-lines: 4-5,14,16,18 :emphasize-lines: 2,4-5,14,16,18
At this point, you should be able to test the API by navigating to the /api/processes path in your browser. You should see some JSON-formatted process names. At this point, you should be able to test the API by navigating to the /api/processes path in your browser. You should see some JSON-formatted process names.