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
FoggyFinder
003997dc83
Update calling-a-web-api-from-a-net-client.md ( #4935 )
...
it seems like the link was broken
2017-12-06 09:34:12 -06:00
Rick Anderson
ff20bbf0fb
Update calling-a-web-api-from-a-net-client.md ( #4902 )
...
ReadAsAsync
2017-11-30 11:22:21 -10:00
Scott Addie
a3a0a22df4
Update jQuery reference to 1.10.2 ( #4903 )
2017-11-30 14:01:51 -06:00
Sadegh-Ameri
ac0d7c2245
Changed text to html ( #4897 )
...
I'm using jquery-1.10.2.min.js
2017-11-30 13:53:05 -06:00
Sadegh-Ameri
b183405f54
Missing ContentPlaceHolder in master page ( #4899 )
...
* Missing ContentPlaceHolder in master page
* Minor edits
* Relocate paragraph
* More tweaks
2017-11-30 10:19:58 -06:00
Sadegh-Ameri
b0573ef0c6
Missing ContentPlaceHolder in master page ( #4898 )
2017-11-30 09:51:12 -06:00
Rick Anderson
4d08d27c2c
Update calling-a-web-api-from-a-net-client.md
2017-11-29 11:54:07 -10:00
Rick Anderson
42f916e589
legacy:Calling a Web API From a .NET Client update ( #4876 )
...
* legacy:Calling a Web API From a .NET Client update
* work
* work
* work
* work
* work
* work
* rachel feedback
* rachel feedback
* rachel feedback
* rachel feedback
2017-11-29 11:16:47 -10:00
Rick Anderson
a8cbc6a82d
Update tutorial-your-first-web-api.md
2017-11-22 17:09:08 -10:00
rick-anderson
c31f84cce5
fix links
2017-11-22 16:00:00 -10:00
Rick Anderson
ebfd11349a
Update tutorial-your-first-web-api.md
2017-11-22 11:04:29 -10:00
Rick Anderson
39e079a043
Update tutorial-your-first-web-api.md
2017-11-21 14:05:05 -10:00
Rick Anderson
cdc8145e8b
Update tutorial-your-first-web-api.md
2017-11-21 14:01:28 -10:00
Isaac Levin
e18d233bc7
Review all Codeplex links/mentions and update where needed ( #4642 )
...
* porting of codeplex links
* updates
* updates
* updates
* updates
* updates
* updates
2017-11-01 08:49:07 -10:00
Stanislav Nedelchev
5b6f706d25
Fix typo in individual-accounts-in-web-api ( #4615 )
...
* Fix typo in individual-accounts-in-web-api
* Remove extra space
2017-10-23 12:07:10 -05:00