Merge pull request #609 from scottforsyth/scottforsyth-patch-1
Highlighted new using statementpull/580/merge
commit
97ba43c596
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue