Commit Graph

20 Commits (7a0616e73bb3eb69caae35a1dbed241dca670f31)

Author SHA1 Message Date
Scott Addie f8668437fe Metadata updates for web API conceptual content 2018-06-18 13:37:17 -05:00
Scott Addie 52c49c924d
Update sample apps to 2.1 RTM (#6752)
Addresses https://github.com/aspnet/Docs/issues/5495

Updates 2 web API samples and a Partial Tag Helper sample from 2.1 RC1 to 2.1 RTM.
2018-05-31 13:24:21 -05:00
Luke Latham d95fa4b7e4
Repair broken link (#6512) 2018-05-21 07:49:21 -05:00
Luke Latham 57e676a702
Remove Samples (uppercase) folder (#6479) 2018-05-18 10:35:48 -05:00
Luke Latham 876849285c
Change sample folder casing (#6475) 2018-05-18 10:06:43 -05:00
Rick Anderson 059bbc60f7
replace tdykstra with rick-anderson (#6395) 2018-05-12 13:55:26 -10:00
Rick Anderson 7a2b517b72
Update preview to RC1 (#6375)
* remove preview

* rc
2018-05-11 14:03:53 -10:00
Scott Addie d05ede2aef
Fix incorrect method name reference (#6317) 2018-05-09 14:51:05 -05:00
Scott Addie 5331a0b962
Add link to ActionResult<T> API ref (#6315) 2018-05-09 14:01:57 -05:00
Scott Addie 5bc8ba8b55
Link to ApiControllerAttribute API ref (#6313) 2018-05-09 13:42:41 -05:00
Luke Latham 7048bb8fbf API link updates (#6149)
* API link updates

Updates

One more!

Fix bookmark

Mo updates

More updates

Updates

Updates

* Update action-return-types.md

* Update index.md

* Update concurrency.md

* Update intro.md

* Update localization.md

* Update search.md
2018-05-02 14:45:06 -05:00
Rick Anderson 00abcf3cbb
Update index.md (#6171) 2018-05-01 18:15:16 -10:00
Rick Anderson 8b62e71f85
Document that [FromRoute] does not unescape %2F (#6167)
* Update index.md

* Minor tweaks
2018-05-01 17:41:08 -10:00
Scott Addie 976dbaf7b6
Fix broken sample app links (#6085)
* Fix broken sample app links

* Use consistent formatting for sample links text
2018-04-25 13:36:10 -05:00
Scott Addie d7716559e8
Add Web API controller definition doc (#6003)
* Add Web API controller definition doc

* Remove wwwroot folder reference from csproj file

* Verbiage tweaks

* Add info about FromForm inference

* Bold the attribute names

* Add TOC entries

* Change link ordering in TOC

* Add note about IntelliSense

* Major sample app changes

* Fix code snippet line numbers

* Minor verbiage tweaks

* Add a README file

* Add TestController.cs

* Verbiage changes

* Shorten wording

* Change wording

* Minor edit

* React to feedback

* Add attributes table

* Verbiage tweaks

* querystring -> query string

* Minor edit

* Add 2.1 controller samples

* Fix invalid moniker names

* Update code sample to 2.1

* Update line number

* Convert uppercase W to lowercase

* React to feedback

* Update sample app's README file

* Project file cleanup

* Replace word

* Remove MVC views from sample app

* Derive from ControllerBase instead of Controller
2018-04-24 14:03:55 -05:00
Scott Addie d861cebef1 Fix unordered list formatting with monikers 2018-04-13 10:02:56 -05:00
Scott Addie 1f6ef5f4bd Add zone versioning to action return types doc 2018-04-10 13:54:55 -05:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Scott Addie b2cdf7ff05
Relocate advanced MVC docs to Web API TOC (#5859) 2018-04-02 15:22:30 -04:00
Scott Addie 88bf955905
Add Web API controller action return types doc (#5750)
* Add Web API controller action return types doc

* Verbiage tweaks

* Verbiage clarification

* Rename action and add a tip widget

* Tweak verbiage in tip widget

* Add another tip widget

* More verbiage changes

* MOAR tweaks!

* Expand description in specific type section

* Fix invalid OkObjectResult syntax

* Address Acrolinx feedback

* Add Web API TOC node and README.md file to samples folder

* React to feedback
2018-03-21 21:41:16 -05:00