Commit Graph

106 Commits (c32d2c950c51b6690e23cf4ccaf3402d886c61ac)

Author SHA1 Message Date
witheej 7a771561dc Fixes misspelling in order to help when searching the codebase (#10044) 2018-12-18 10:42:48 -06:00
coderudit ad60fc5d35 Updating the URI for defaults part (#9860)
* Updating the URI for defaults part

http://localhost/api/products it should also have all in addition as it is telling about the path it will pick and without all it can't pick that URI.

* React to feedback
2018-12-14 14:22:29 -06:00
Benoit Masson-Bedeau 0bbb5cc945 Create a REST API with Attribute Routing in ASP.NET Web API 2: typos (#9425)
The page "Create a REST API with Attribute Routing in ASP.NET Web API 2" has some typos: some texts that doesn't correspond to the screenshot and 2 samples that doesn't work.
2018-11-05 11:00:52 -06:00
Rick Anderson 1320c01aad
replace Tom F with Rick Anderson (#9364) 2018-11-02 11:42:49 -10:00
Benoit Masson-Bedeau 65484d7796 Remove an erroneous namespace declaration (#9378)
namespace ProductStore.Formatters was declared 2 times; 1 time in the first line and 1 time in line 9.
2018-11-01 13:46:45 -05:00
Gareth Oates 27313dcef3 Added additional verbs to routing convention text (#9272)
Fixes #8208 

This is in relation to and hopefully fixes #8208. I have added the additional supported HTTP Action verbs, HEAD, OPTION and PATCH to those listed as convention.
2018-10-29 10:51:04 -05:00
Martin Koudelka 305e0b1388 C47281: Missing semicolon (#9288) 2018-10-29 07:32:17 -05:00
Genevieve Warren 2a304e733f Refresh CORS topic (#8988)
Update screenshots.
Remove manual bookmarks.
Other formatting.

Contributes to #8848.
2018-10-15 16:07:23 -05:00
Arto Hämäläinen bc94918fa9 attribute-routing-in-web-api-2, RouteOrder=>Order (#9006)
Correct property name for route ordering in RouteAttribute is Order, not RouteOrder. Replace incorrect RouteOrder property name with correct name Order

source references:
https://github.com/aspnet/Mvc/blob/master/src/Microsoft.AspNetCore.Mvc.Core/RouteAttribute.cs#L40
https://github.com/ASP-NET-MVC/aspnetwebstack/blob/master/src/System.Web.Http/RouteAttribute.cs#L40
2018-10-15 13:39:17 -05:00
ll-sc 2eb4e8fb2d Fix broken xhtml named entity reference (mdash) (#9003) 2018-10-12 14:05:56 -05:00
Genevieve Warren 701fc69d76 Change library package manager to nuget package manager (#8946)
The Library Package Manager menu item became NuGet Package Manager starting in VS 2015.

Contributes to #8848.
2018-10-09 16:14:20 -10:00
Genevieve Warren caf620ebec Fix broken VS 2013 download links (#8854)
- replace Visual Studio 2013 download link with a valid link
- none of these topics meet the >13K page view per month threshold for further updates at this time, so I'm just updating these bad URLs
- PR also includes automatic whitespace trimming
2018-10-04 15:26:56 -10:00
ceemafour 02dea6e115 Update preventing-cross-site-request-forgery-csrf-attacks.md (#8838)
The title of this topic is incorrect and not matching with the actual content

When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-10-04 15:21:43 -10:00
Genevieve Warren cf952b23cc Update www.visualstudio.com URLs (#8833)
- updated all www.visualstudio.com urls to visualstudio.microsoft.com (and added campaign ID for downloads from docs.microsoft.com)
- made other obvious fixes to older versions of Visual Studio
- trim whitespace

Contributes to #8848
2018-10-04 15:23:22 -05:00
Rick Anderson 332b78bd4f
author links (#8835) 2018-10-03 17:03:48 -10:00
Connor Early c56da54f91 Update tracing-in-aspnet-web-api.md (#8590)
Cleaned up first sentence in "How Web API Tracing Works".
2018-09-18 10:39:38 -05:00
Eriawan Kusumawardhono 34858c3af3 synchronize link to updated sample code that use VS 2017 (#8115) 2018-08-16 09:05:42 -05:00
Raymond Sanchez 5c1eb83048 Change word principle to principal (#8098)
When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-08-15 11:20:56 -05:00
Rick Anderson 397d3f72bb
meta-data: replace aspnetcontent with riande (#8086) 2018-08-14 15:27:54 -07:00
Terri Morton 76252620bf Updating ASP.NET samples links (#8078) 2018-08-14 14:37:35 -05:00
DarkWalker 7af9a89eb5 Update sample14.cs (#7583) 2018-07-12 09:52:56 -05:00
Scott Addie 5ab4e0a7ae Apply metadata updates to ASP.NET 4.x docset (#7440) 2018-07-03 14:26:00 -06:00
Scott Addie 2dcf8a4cea
Move ms.prod metadata field to docfx.json (#7422)
Addresses https://github.com/aspnet/Docs/issues/7353

Adds `ms.prod` (with a value of `aspnet-framework`) to the ASP.NET conceptual docset's *docfx.json* file. Removes `ms.prod` from the individual docs.
2018-07-02 17:49:02 -05:00
Owen Chapman 7d1ecff70c Update connectionString for SQL 2014 or later (#7334)
connectionString currently leads to a SQL error 50: "Local Database Runtime error occurred. Cannot create an automatic instance" when trying to access the local database. Proposed fix taken from accepted StackOverflow answer here:
https://stackoverflow.com/a/26267373/8133586
2018-06-27 15:23:50 -07:00
Mauricio de los Santos 166686e69e C26454: escaping URL to display it as text (#7270) 2018-06-25 09:12:55 -05:00
Mauricio de los Santos f39a5a3ecd C26453: escaping URL to display it as text (#7272) 2018-06-25 08:56:06 -05:00
Simon 5c9f59da20 Update responseType attribute (#7264) 2018-06-24 10:33:02 -05:00
petyka 4e0c6d60fb Update sample13.cs (#7016)
I was reading the WebAPI 2 tutorial and found a mistake in this sample. The GetBookDetail action gets a parameter called id, and in the query, this id is checked against the AuthorId, which I think is wrong, it should be checked against the BookId property.
2018-06-13 16:09:20 -07:00
Swanand Pangam 6f97f94dbe Update media-formatters.md (#6498) 2018-05-19 18:45:34 -05:00
Luke Latham 0bc6730cfd Remove triple-tildes from aspnet topics (#6451)
Updates
2018-05-17 10:34:44 -05:00
Alfred Myers 371b27fc19 Updated link from MSDN to docs (#6419) 2018-05-14 19:22:39 -05:00
markospowellos 7fc6a234c1 Rename location to GeoPoint (#6079) 2018-04-25 11:07:12 -05:00
Rick Anderson a083c35b50
Update calling-a-web-api-from-a-net-client.md (#6060) 2018-04-23 11:22:33 -10:00
hmmwhatsthisdo be06529c09 Update build-restful-apis-with-aspnet-web-api.md (#6046)
Fixed improperly-formatted link within note-box in build-restful-apis-with-aspnet-web-api.md
2018-04-21 11:17:48 -05:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Amadeusz Sadowski dd39a45ba9 Typo fix in REST API Attribute routing guide (#5809) 2018-03-27 09:18:38 -07:00
Luke Latham fd653e519b
Get CDN content links on HTTPS protocol (#5736) 2018-03-20 11:32:41 -07:00
Sharif Mamun 4260c164dc Updated http-cookies.md (#5744)
fixed inclues => includes
2018-03-19 18:18:55 -10:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Adrien Sambres 319f3aee2c Update sample2.cs (#5629)
Missing semicolon
2018-03-08 09:07:40 -06:00
Tieson Trowbridge 70fbff9625 Corrects spelling of individual (#5572) 2018-02-28 20:40:00 -06:00
Sam Foo f235255b83 Remove repeated duplicate words (#5438) 2018-02-11 12:36:03 -06:00
Luke Latham 1dd1a7fc8a
Remove localization segment from links (#5254) 2018-01-23 19:12:57 -06:00
Lukáš Trumm 79c63428a0 Fixed simple typo on Attribute routing page (#5248) 2018-01-23 09:17:52 -06:00
wicked-sick 35624d19eb Fix a typo (#5233) 2018-01-21 12:28:13 -06:00
Mark Dykun 71a0c077a2 Update sample2.cs (#5229)
The method signature was wrong for GetAllProducts and GetProductById .. Correcting to return the correct results
2018-01-20 16:28:11 -10:00
Jason Vance 7977606138 Typo fix (#5178) 2018-01-14 11:42:03 -06:00
Rick Anderson 157a54bee5
Fix legacy Web-API server (#5037) 2017-12-18 18:50:02 -10:00
Rajneesh Verma b097d1edee Fixed Download url (#5015)
Download url was pointed to 404, fixed by correcting url
2017-12-15 09:19:43 -06:00
Alex Arendsen d6ce486ee8 Missing word "send" in PUT description (#5008) 2017-12-14 08:16:34 -10:00