Commit Graph

8142 Commits (c8ddf0b0bf0492eef673569eae859d85da2304a3)

Author SHA1 Message Date
Michael DePouw 49b111ef86 PostLogoutRedirectUri to SignedOutRedirectUri (#12501) 2019-05-22 10:34:14 -05:00
Scott Addie 1e5b8eaa62
fix build warning 2019-05-22 09:11:25 -05:00
Pranav K b0c615a1de Add docs about configuring Json formatters (#11923)
* Add docs about configuring Json formatters
Fixes https://github.com/aspnet/AspNetCore.Docs/issues/11838

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/web-api/advanced/formatting.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update details for JsonResult

* More JsonResult specific content

* minor edits

* Xml formatting

* minor edits
2019-05-22 09:07:28 -05:00
Luke Latham 21321ca0d4
Add Blazor supported platforms topic (#12488) 2019-05-21 21:05:24 -05:00
Luke Latham 61c4d2a49c
Deployment bitness language enhancement (#12450) 2019-05-21 21:03:24 -05:00
Luke Latham f630785305
Blazor ElementRef content update (#12489) 2019-05-21 14:46:28 -05:00
Scott Addie fbcdeb5147
fix incorrect snippet devlang indicator 2019-05-21 10:15:45 -05:00
sjmdsky d70de9317f Fixed example (#12485) 2019-05-21 10:12:00 -05:00
Daniel Roth 04b68114cc Clarify that you need the latest VS preview for Blazor (#12473) 2019-05-20 11:32:41 -05:00
jantari cff5637dcb Added missing slash in example code (#12464) 2019-05-19 14:38:04 -05:00
Luke Latham 0018bbfdb0
IIS app init, idle timeout, API, and versioning update (#12389) 2019-05-19 08:04:15 -05:00
Luke Latham 0e456958ec File uploads in Custom Model Binding topic (#12426)
* File uploads in Custom Model Binding topic

* React to feedback

* Drop Linq using
2019-05-18 16:17:04 -10:00
James Newton-King 46cffe76dc Update comparison.md (#12456) 2019-05-18 09:15:54 -05:00
Rick Anderson 842731a0b5
Update model4.md (#12453) 2019-05-17 08:26:05 -10:00
Rick Anderson 2dae6df247
DO NOT MERGE: Test https://review.docs.microsoft.com/ TOC (#12443)
Test https://review.docs.microsoft.com/ TOC
2019-05-16 08:52:17 -10:00
Luke Latham 9540074b68
Blazor _Host.cshtml coverage + base path touchup (#12392) 2019-05-16 10:25:30 -05:00
Rick Anderson 76812b53ca
Test staging TOC (#12418) 2019-05-15 17:26:15 -10:00
Luke Latham a53ee7fe46
Additional Claims topic+sample update (#11950) 2019-05-14 19:19:23 -05:00
Rick Anderson 791812dc7b
explain RegEx in intro tutorials (#12417)
* explain RegEx in intro tutorials

* explain RegEx in intro tutorials

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/includes/RP-MVC/validation.md

Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>
2019-05-14 12:56:18 -10:00
Luke Latham 772403cb28 Update AKV config provider for new Azure process (#12396) 2019-05-14 10:57:36 -10:00
Jim Svoboda e114adf3ee Out of date documentation (#12407)
* Out of date documentation

For example, this option:
Right-click the project and select Add > New Item. Select the Grunt Configuration file option, leave the default name, Gruntfile.js, and click the Add button.

Adding a "Grunt" or a "Gulp" configuration file hasn't existed in Visual Studio since around version 15.7.   You just add a javascript file and name it accordingly.

Also, this image "devdependencies-grunt.png" should be updated to show the current 1.x versions

* Update aspnetcore/client-side/using-grunt.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/client-side/using-grunt.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* quick edit pass
2019-05-14 15:09:38 -05:00
Luke Latham 669a5fe172
Surface Razor Components in View Components topic (#12412) 2019-05-14 12:55:03 -05:00
Rick Anderson f603e04127
update Author TH (#12394)
* update Author TH

* update Author TH

* update Author TH

* update Author TH

* update Author TH

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: reZach <reZach@users.noreply.github.com>

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update authoring.md
2019-05-14 07:27:39 -10:00
Luke Latham 4976027a72
Add using for app to imports (Blazor server-side) (#12410) 2019-05-14 12:20:10 -05:00
Stamo Gochev ec7ccd863e Update view-compilation.md (#12397) 2019-05-14 10:43:48 -05:00
Rick Anderson ff8f7bdf55
Update using-grunt.md (#12361) 2019-05-13 15:56:44 -10:00
Rick Anderson 8b9db99b6f
Wsl/ra (#12395)
* Trust cert on WSL

* Trust cert on WSL

* Trust cert on WSL

* Update aspnetcore/security/enforcing-ssl.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-05-13 15:47:05 -10:00
Luke Latham 8ba1852f66
Add Blazor RenderTreeBuilder engineering content (#12375) 2019-05-13 13:40:27 -05:00
Michael DePouw d59bf67b30 Add Anchor Link for Implicit Versioning (#12391) 2019-05-13 09:46:29 -05:00
Luke Latham 4564998091 Call out special builder method names (#12384) 2019-05-11 06:51:33 -10:00
Scott Addie b8675a092a
Add VS download campaign links (#12380)
* Add VS download campaign links

* Remove unused 2.1 include

* Delete unused include

* React to feedback
2019-05-10 20:51:27 -05:00
Scott Addie fcfa1c60d3
Address removal of WebApi.Client from shared framework (#12371)
* Address removal of WebApi.Client from shared framework

* Update IHttpClientFactory sample code

* IHttpClientFactory doc updates
2019-05-10 20:22:28 -05:00
Luke Latham d4733ee001
Update source of the blazor.server.js script (#12374) 2019-05-10 16:17:48 -05:00
Scott Addie 91a4b25d7c
Razor Pages areas doc patch (#12368) 2019-05-10 12:37:02 -05:00
Scott Addie e8623a3d4b
add missing code snippet dev lang 2019-05-10 11:05:48 -05:00
Luke Latham 3b553cafb4
Update Gulp links (#12366) 2019-05-10 10:46:12 -05:00
Rick Anderson 0454f87677
Retire Gulp (#12360)
* Retire Gulp

* Retire Gulp
2019-05-09 14:43:47 -10:00
Henrik Walker Moe 0cc288b642 Adds a simpler example for view-injection (#12337)
* Adds an example for injecting configuration

* Change formatting for appsettings-file

* Update dependency-injection.md

* Update dependency-injection.md
2019-05-09 11:37:35 -10:00
Rick Anderson 477a7edc90
twitter update (#12359)
* twitter update

* twitter update
2019-05-09 11:35:19 -10:00
Henrik Walker Moe 73a20435a2 Middleware ordering for signalr and authentication (#12339)
* Adds example of configuring SignalR with authentication

* Adds note explicitly mentioning ordering of middleware

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Update aspnetcore/signalr/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* update ms.date metadata value
2019-05-09 16:30:35 -05:00
Scott Addie cda77c4c6f
Update VS Code Razor Pages tutorial (#12357)
* Update VS Code Razor Pages tutorial

* React to feedback
2019-05-09 16:23:38 -05:00
Rick Anderson ae1b6171b9
MS authentication (#12325)
* MS authentication

* MS authentication

* MS authentication

* MS authentication
2019-05-09 09:21:10 -10:00
Rick Anderson e9d5b2cce0
remove moniker versioning (#12343)
* remove moniker versioning

* remove moniker versioning

* remove moniker versioning
2019-05-09 09:20:39 -10:00
Rick Anderson 95f46512d2
Update index.md (#12345)
* Update index.md

* Update aspnetcore/fundamentals/configuration/index.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
2019-05-09 09:15:57 -10:00
BrennanConroy b31aad8d98 Update migration for SignalR (#12305)
* Update migration for SignalR

* update

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Apply suggestions from code review

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* sub header

* Update aspnetcore/migration/22-to-30.md

Co-Authored-By: BrennanConroy <brecon@microsoft.com>

* Update 22-to-30.md

* update the ms.date metadata value

* SignalR migration patch (#12352)
2019-05-09 10:11:45 -05:00
Rick Anderson ae3d90570d
Update model.md (#12341) 2019-05-08 11:42:41 -10:00
Kirk Larkin bb05b407b3 Fixed line highlight. (#12335)
* Fixed line highlight.

* Update view-compilation.md
2019-05-08 10:44:55 -10:00
Rick Anderson 09fd006360
VS 17 compatable SDKs (#12336)
* VS 17 compatable SDKs

* VS 17 compatable SDKs

* VS 17 compatable SDKs

* Update aspnetcore/includes/net-core-prereqs-vs-2.2.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-05-08 10:19:07 -10:00
Tom Dykstra fbd076a959
add links to docs in the sample repo (#12333) 2019-05-08 10:06:06 -07:00
Jim Buck 97771280ab Updated link to Kestrel Source. (#12327) 2019-05-08 11:06:22 -05:00