Rick Anderson
532a323f99
Merge pull request #4906 from aspnet/master
...
Update live with current master
2017-12-01 08:30:54 -10:00
Eric Coffman
8a942e1a4f
Fix sentence. ( #4905 )
2017-11-30 15:19:20 -10:00
Rick Anderson
ff20bbf0fb
Update calling-a-web-api-from-a-net-client.md ( #4902 )
...
ReadAsAsync
2017-11-30 11:22:21 -10:00
Rick Anderson
037d3900f7
Merge pull request #4896 from aspnet/master
...
Update live with current master
2017-11-30 11:21:49 -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
Luke Latham
5491858491
Add a note and break lines in RP tutorial sample ( #4900 )
2017-11-30 09:05:28 -10:00
Luke Latham
ea30d6245f
Remove double-spaces ( #4901 )
2017-11-30 09:04:53 -10: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
Luke Latham
f0503ecb29
Catch a more general exception and report it ( #4895 )
2017-11-29 13:25:23 -10:00
Michael DePouw
4b11174d8c
add comma ( #4894 )
2017-11-29 12:01:14 -10:00
Rick Anderson
604f717e29
landing page for indiv user accounts ( #4883 )
...
* landing page for indiv user accounts
* work
* work
* work
* fix
2017-11-29 11:55:28 -10:00
Rick Anderson
737ef9bdb0
Update index.md ( #4893 )
2017-11-29 11:55:06 -10:00
Rick Anderson
4d08d27c2c
Update calling-a-web-api-from-a-net-client.md
2017-11-29 11:54:07 -10:00
Rick Anderson
216dfac275
Merge pull request #4887 from aspnet/master
...
Update live with current master
2017-11-29 11:21:06 -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
Luke Latham
a7b0443d73
Bookmark repair ( #4886 )
2017-11-29 11:13:59 -10:00
Luke Latham
2f2529635c
Repair bookmark ... The Sequel ( #4888 )
...
* Repair bookmark ... The Sequel
* Update change-tokens.md
* Update change-tokens.md
* Update change-tokens.md
2017-11-29 11:13:44 -10:00
Rick Anderson
684f32f422
Update toc.md ( #4892 )
2017-11-29 11:13:17 -10:00
elayamathy
991fcc21bf
Update cors.md ( #4884 )
...
* Update cors.md
Added the words "in response" and "from the request" under the section "How CORS works" to improve clarity.
* Remove unnecessary period
2017-11-29 09:43:03 -06:00
Rick Anderson
969ad21402
remove mac/VSC from tutorials TOC ( #4885 )
2017-11-29 08:27:15 -05:00
Rick Anderson
68054e123f
Merge pull request #4654 from guardrex/guardrex/change-token
...
Change Tokens topic
2017-11-28 16:00:04 -10:00
Rick Anderson
8f42ab9340
Merge pull request #4882 from aspnet/master
...
Update live with current master
2017-11-28 15:42:49 -10:00
Luke Latham
374ecc35a7
Documenting Options change for 2.0 ( #4797 )
...
* Documenting Options change for 2.0
Update
Updates
Updates
* Updates
Fix link
Update TOC entry
Fix redo
Updates
* Update index.md
Simple is banned.
* Factor remaining Options out of Config topic
* React to feedback and updates
Update
Updates
Update metadata
* React to feedback
Update
2017-11-28 14:09:16 -10:00
Scott Addie
07069da1cd
Add note about UseSession ordering ( #4880 )
...
* Add note about UseSession ordering
* React to feedback
2017-11-28 16:13:35 -06:00
Luke Latham
67d563c667
Updates
2017-11-28 15:41:05 -06:00
Luke Latham
4a8c569440
React to feedback
2017-11-28 15:30:49 -06:00
Rick Anderson
6ca09db210
Merge pull request #4877 from aspnet/master
...
Update live with current master
2017-11-28 11:01:29 -10:00
Luke Latham
06bc4206ce
React to feedback
2017-11-28 11:55:03 -06:00
Rachel Appel
db3356757f
added common errors ( #4870 )
...
* added common errors
* updates from feedback
2017-11-28 12:27:57 -05:00
sultanimbayev
9add7f5ec6
Update sample4.cs ( #4859 )
...
* Update sample4.cs
In OWIN version 4.0 (prerelease) you cannot compare string with Path directly. You must get its value first
* Update sample4.cs
2017-11-27 18:15:55 -10:00
sultanimbayev
c190a8dd51
Quote fix at owin.ReqestProtocol HTTP ( #4875 )
2017-11-27 18:14:49 -10:00
Rick Anderson
9ecd4e9fb0
Merge pull request #4873 from aspnet/master
...
Update live with current master
2017-11-27 18:13:48 -10:00
liulun
05b5c08417
Update da1.md ( #4874 )
...
unnecessary word "the"
2017-11-27 19:19:01 -06:00
Duane McKibbin
fa16bf4e5c
Adjust sample range to show method signature ( #4860 )
...
* Adjust sample range to show method signature
The section on using IValidatableObject was missing the Validate method signature and included an extra closing }
The range was off by 1 on both sides.
Question: The first snippet sample for "Custom validation" looks weird because it contains the class name but not the closing } , not sure how to fix that though with the ?range syntax.
* Update validation.md
2017-11-27 15:03:58 -10:00
Rajan Chauhan
f6f3c0290e
Corrected the example and a typo ( #4863 )
...
1. Corrected the contradicting example of HttpUtility while Security Note was telling about HttpServerUtility use
2. Corrected example of url string the purposed url didn't matched with the result image previously.
2017-11-27 14:11:29 -10:00
cherish
e081f81ae8
change the template and screenshot for create new project when Introduction to Identity ( #4865 )
...
* Add files via upload
* change the template for create new project
2017-11-27 14:09:17 -10:00
Rick Anderson
053339ccd9
Merge pull request #4868 from MaxHorstmann/master
...
fix typo
2017-11-27 14:07:50 -10:00
Rick Anderson
e3992e12f2
Merge pull request #4871 from ChrisSfanos/patch-4
...
Update overview.md
2017-11-27 13:45:54 -10:00
ChrisSfanos
d87d72f32d
Update overview.md
...
Small text change to our SLA/support statement for the CDN
2017-11-27 11:28:32 -08:00
MaxHorstmann
2855fc2fb8
fix typo
2017-11-26 21:50:29 -05:00
Rick Anderson
ec9371e2fb
Merge pull request #4855 from aspnet/master
...
Update live with current master
2017-11-22 18:14:41 -10:00
Rick Anderson
a8cbc6a82d
Update tutorial-your-first-web-api.md
2017-11-22 17:09:08 -10:00
Rick Anderson
9ff34a60bc
Merge pull request #4856 from aspnet/x/ra/legacy-web-api-client
...
fix links
2017-11-22 16:00:58 -10:00
rick-anderson
c31f84cce5
fix links
2017-11-22 16:00:00 -10:00
Rick Anderson
fa1143c886
Merge pull request #4846 from aspnet/Rick-Anderson-patch-2
...
Update tutorial-your-first-web-api.md
2017-11-22 14:38:17 -10:00
Rick Anderson
e641c57945
Merge pull request #4854 from aspnet/master
...
Update live with current master
2017-11-22 14:37:48 -10:00
Rick Anderson
06530388f0
Add image to clarify change in intro to MVC - views ( #4853 )
2017-11-22 16:24:16 -05:00
Rick Anderson
ebfd11349a
Update tutorial-your-first-web-api.md
2017-11-22 11:04:29 -10:00