Rick Anderson
e82cf19f40
Update start-mvc.md ( #11059 )
...
* Update start-mvc.md
* Update start-mvc.md
2019-02-22 09:18:00 -10:00
Henry Hagnäs
7fd03d77a8
Managed Identity does NOT require secrets in app ( #11055 )
2019-02-22 07:43:48 -06:00
Alen Alex
b87ef7d8d7
Update MakeCert.exe link in the Working with SSL in Web API doc ( #11054 )
2019-02-22 07:43:33 -06:00
Luke Latham
f09b05ce53
Surface hosting bundle downgrade common error ( #11042 )
2019-02-22 07:32:55 -06:00
Rick Anderson
c929a62ef3
Update individual.md ( #11046 )
...
Fixes #11002
2019-02-21 13:59:58 -10:00
Luke Latham
099fbf80e4
Clarify Azure NSG+VM/server firewall config ( #11045 )
...
Fixes #11025
* Clarify that there are two locations here: VM/server firewall **_AND_** (in Azure VM case), NSG for the VM. Best to split them in the list, which calls it out better.
* Link the firewall remark.
* Better link for the PS cmdlet.
* Better link for the NSG remark.
2019-02-21 11:29:27 -10:00
Scott Addie
2658dc73fb
Clarify file to change in 2.2 migration doc ( #11040 )
2019-02-21 14:05:50 -06:00
Luke Latham
66177adeeb
"Terminal middleware" enhancements ( #10990 )
2019-02-20 13:56:25 -06:00
Luke Latham
d736eec2d7
Fix broken link ( #11022 )
2019-02-20 09:32:15 -06:00
Cédric Luthi
a307d79276
Remove link to study about table of contents ( #11018 )
2019-02-20 05:40:38 -06:00
Cédric Luthi
29ccbaa0b0
Link to MvcOptions doc instead of source code ( #11017 )
2019-02-20 05:39:25 -06:00
Luke Latham
b93ae385a1
IIS shared config update ( #11013 )
2019-02-19 16:39:19 -06:00
Bart Lannoeye
b10558c28d
Use StatusCode instead of hardcoded integers ( #10886 )
...
* Added missing ProducesResponseType, aligned response types
Fixes #10613
* Apply suggestions from code review
Co-Authored-By: bartlannoeye <bart.lannoeye@gmail.com>
* Use StatusCodes instead of int for define-controller samples
* Use StatusCodes instead of int for action-return-samples
* Apply PR remarks
2019-02-19 12:43:18 -06:00
Martin Koudelka
0f8195fb5d
CC111562: Update GoogleOptions link in google-logins.md ( #11003 )
...
Hello @rick-anderson,
This proposed file change comes from https://github.com/aspnet/Docs.pt-br/pull/104 .
Could you review this contribution and help to merge if agreed?
Many thanks in advance.
2019-02-19 07:26:16 -10:00
Bart Lannoeye
8b7c2203a0
Added missing ProducesResponseType, aligned response types ( #10885 )
...
* Added missing ProducesResponseType, aligned response types
Fixes #10613
* Apply suggestions from code review
Co-Authored-By: bartlannoeye <bart.lannoeye@gmail.com>
2019-02-19 10:22:45 -06:00
Doga Fincan
59bd695c10
Update search.md ( #11004 )
2019-02-19 08:19:05 -06:00
Greeng0
ce52bb5ebd
Corrected typos ( #11000 )
2019-02-18 21:44:53 -06:00
Doga Fincan
8e2374ba5c
Update controller-methods-views.md ( #10995 )
2019-02-18 15:03:20 -06:00
lindexi
472d9d0203
Fix format ( #10993 )
2019-02-17 20:51:23 -06:00
Sean G. Wright
e5925de7f5
Change link for AttributeRouting library ( #10992 )
2019-02-17 20:49:12 -06:00
Luke Latham
922abe9dac
Drop terminal middleware example ( #10988 )
...
Fixes #10987
2019-02-16 16:20:34 -10:00
Steve Gordon
ad06172d4f
Updating a URL to point to the correct extensions repo ( #10982 )
2019-02-16 14:18:36 -06:00
Nikita Potapenko
8898c40cfe
Update actions.md ( #10959 )
...
Fixes #10942
2019-02-15 10:39:50 -10:00
Rick Anderson
5469f95562
Update model.md ( #10973 )
2019-02-15 10:38:39 -10:00
Rick Anderson
21ffc9b0be
Update razor-pages-start.md ( #10972 )
2019-02-15 10:38:14 -10:00
Rick Anderson
7c66313c56
Update view-components.md ( #10956 )
...
* Update view-components.md
* Update aspnetcore/mvc/views/view-components.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-02-15 10:28:49 -10:00
Tom Dykstra
a3e9ce7f03
Remove unneeded links to third-party sites ( #10970 )
...
Fixes #10668
2019-02-15 09:50:59 -10:00
Daniel Roth
3409783298
Update step for installing Blazor CLI templates ( #10967 )
2019-02-15 12:06:59 -06:00
Mark Francis
66db7e5cb3
Fixed broken link to MvcOptions source file ( #10960 )
2019-02-15 11:14:21 -06:00
Luke Latham
06e9e826b9
Update link ( #10964 )
2019-02-15 08:37:28 -06:00
Rick Anderson
0578119769
Update scaffold-identity.md
2019-02-14 14:13:24 -10:00
Luke Latham
f498e05cbf
Clarify IHostingStartup delegate calls sequence ( #10889 )
2019-02-14 17:50:00 -06:00
Wade Pickett
f0fd28f054
Merge pull request #10950 from aspnet/wadepickett-patch-1
...
Minor update 2.2 release notes - added RFC link
2019-02-14 12:27:40 -08:00
Tom Dykstra
db156d8bfd
emove metadata moniker range from tutorials ( #10949 )
2019-02-14 10:24:19 -10:00
Wade Pickett
73f1f79578
Minor update 2.2 release notes - added RFC link
2019-02-14 12:00:55 -08:00
Mauricio de los Santos
c3f0fc68a2
CC111244: Adding break-line to avoid broken display in localized pages ( #10948 )
...
Hello, @rick-anderson,
This proposed file change comes from https://github.com/aspnet/Docs.zh-tw/pull/86/files .
Could you review this contribution and help to merge if agreed?
Many thanks in advance.
2019-02-14 09:41:43 -10:00
Hassan Rezk Habib
576dc32f97
Fix Typo in the intro ( #10947 )
...
Changed NET to .NET
2019-02-14 12:49:18 -06:00
Wade Pickett
4e747e5b9e
Merge pull request #10936 from aspnet/Rick-Anderson-patch-2
...
Update areas.md
2019-02-14 10:04:40 -08:00
Luke Latham
8ab5a3746b
Components topic update ( #10934 )
2019-02-14 10:44:54 -06:00
Luke Latham
40104164b2
In-process response handling ( #10941 )
2019-02-14 10:03:32 -06:00
Luke Latham
5797dada6f
Update razor-components in docfx.json ( #10943 )
2019-02-14 09:46:38 -06:00
Rick Anderson
d46443b1a0
Update areas.md
2019-02-13 19:26:08 -10:00
Rick Anderson
3c0afb74c7
Update scaffold-identity.md
2019-02-13 17:47:11 -10:00
Rick Anderson
1b82c614a6
Update setting-up-database.md
2019-02-13 15:45:45 -10:00
Paul Goldman
08e5833fac
Getting started with EF 6 NET MVC 5 files ( #10422 )
...
<!--
# Instructions
When creating a new PR, please reference the issue number if there is one:
Fixes #Issue_Number
The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.
NOTE: This is a comment; please type your descriptions above or below it.
-->
2019-02-13 15:42:28 -10:00
Luke Latham
432555a6cd
API 2.2 links ( #10930 )
...
Update
2019-02-13 14:28:34 -10:00
Rick Anderson
0b32378ead
Add range processing for FileResult ( #10912 )
...
* Add range processing for FileResult
* clean up:
* clean up
* clean up
* clean up
* ontrollerBase.File Range header
* ontrollerBase.File Range header
* clean up
2019-02-13 14:27:33 -10:00
Rick Anderson
82b5271780
add roles ( #10928 )
...
Fixes #8819
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-1.0&branch=pr-en-us-10928 )
mention `AddRoles`
Newline in
```
options.AddPolicy("RequireAdministratorRole",
policy => policy.RequireRole("Administrator"));
```
to prevent horizontal scroll bar on tablets.
2019-02-13 14:26:30 -10:00
Luke Latham
87430453f1
Surface web.config transforms ( #10841 )
...
* Surface web.config transforms
Update
* React to feedback + touchups
* Nit: Retain emphasis on 'Release'
2019-02-13 10:19:45 -10:00
Rick Anderson
fad53dba86
show IValidatableObject ( #10927 )
...
Fixes #10923
2019-02-13 09:57:29 -10:00