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
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
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
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
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
Rick Anderson
62df783dc4
Merge pull request #4848 from aspnet/Rick-Anderson-patch-3
...
Update adding-model.md
2017-11-22 09:04:20 -10:00
Scott Addie
72fe47d8ae
Update IXmlEncryptor section to 2.0 ( #4851 )
...
* Update IXmlEncryptor section to 2.0
* React to feedback
2017-11-22 12:21:08 -06:00
Scott Addie
ec84c149eb
Change javascript snippet type to json
2017-11-22 11:11:10 -06:00
Rick Anderson
eae059f6d2
Update adding-model.md
2017-11-21 19:37:02 -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
Rick Anderson
e8ca896a86
Merge pull request #4841 from aspnet/Rick-Anderson-patch-2
...
Update index.md
2017-11-21 10:49:09 -10:00
Rick Anderson
e7daca026e
Update index.md
...
Fixes #4880
H2's don't work on small page
2017-11-21 09:05:25 -10:00
Rick Anderson
7c2900e5e1
Merge pull request #4839 from aspnet/Rick-Anderson-patch-2
...
Update validation.md
2017-11-20 17:07:54 -10:00
Rick Anderson
dc0161044c
Update validation.md
2017-11-20 15:36:38 -10:00
Scott Addie
9f59b02597
Fix incorrect snippet types
2017-11-20 14:46:51 -06:00
Dan Vicarel
e2a7f0b335
Added References to jQuery Validate Plugins in the Model Validation Topic ( #4751 )
...
* Added more details on remote validation to the MVC model validation page
* Described the attribute -> tag helper -> jquery unobtrusive validation -> jquery validate flow for client-side validation in a little more detail.
2017-11-20 15:35:28 -05:00
Alex McCool
733bb72677
Its not MyHub ( #4811 )
...
isnt this connecting to ControllerHub, not MyHub ?
2017-11-20 15:34:48 -05:00
Rick Anderson
895a33a7ee
Merge pull request #4834 from aspnet/Rick-Anderson-patch-2
...
Update PULL_REQUEST_TEMPLATE.md
2017-11-20 10:23:02 -10:00
Rick Anderson
f887f6a3bd
Update PULL_REQUEST_TEMPLATE.md
...
Remove suggest reviewers. For the few folks who read this, the suggest far too many people. We're in a much better position to suggest reviewers.
2017-11-20 09:07:38 -10:00
Rick Anderson
de9c59535d
Merge pull request #4831 from anonymousgituser/patch-2
...
Registering Custom IXmlRepository For 2.0
2017-11-20 08:47:50 -10:00
Rachel Appel
0f8105d2f4
Added log streaming info to fundamentals/logging/index.md ( #4815 )
...
* added log streaming info
* updates
* remove assetid
2017-11-20 13:24:56 -05:00
Scott Addie
676a151fee
Add closing paren
2017-11-20 11:37:05 -06:00
anonymousgituser
a0b1f5afe4
Explanations of Model Binding Default Behavior ( #4830 )
...
* Explanations of Model Binding Default Behavior
This PR is to expound upon the default behavior of the model binding engine when values are not found.
* React to feedback
* Minor tweaks
2017-11-20 11:24:01 -06:00
Scott Addie
a16000b19e
chsarp --> csharp
2017-11-20 10:31:07 -06:00
Scott Addie
c82bd004f8
Remove unnecessary separator
2017-11-20 10:30:01 -06:00
anonymousgituser
8190bef2f5
Registering Custom IXmlRepository For 2.0
...
Updated how to register custom IXmlRepository instance for ASP.NET Core 2.0.
2017-11-19 19:25:05 -05:00
Rick Anderson
9efc43c40d
fix namespace intro to RP ( #4829 )
2017-11-19 12:49:56 -10:00
Poulad
d19c8af6e3
Update formatting.md ( #4823 )
2017-11-19 10:44:00 -10:00
Rick Anderson
d093a25158
Update toc.md ( #4826 )
2017-11-19 10:42:36 -10:00
Jean-Sébastien Goupil
294fb3c348
Fix typo ( #4824 )
2017-11-19 10:38:05 -10:00
Jean-Sébastien Goupil
7d0e4d7ae3
Fix typo ( #4825 )
2017-11-19 10:37:32 -10:00
Isaac Levin
b6867e51d1
Update Getting Started with ASP.NET MVC 5 to VS 2017 #4557 ( #4792 )
...
* initial commit, Getting Started, Adding a Controller
* adding a view
* adding model, connection string, accessing data
* Examining the Edit Methods and Edit View
* adding search
* adding a field
* adding validation
* examine details
* change image
* update images
* resize images
2017-11-17 16:34:58 -10:00
rnwood
cbac892072
Remove repeated word that doesn't make sense. ( #4817 )
2017-11-17 12:10:21 -06:00
Luke Latham
6a2478d1bd
Add proxy info on HTTP protocol and pairing token ( #4784 )
...
Update
2017-11-16 11:24:27 -10:00
Luke Latham
1c3b4fea85
Fix and update Testing Controllers sample ( #4744 )
2017-11-16 11:18:00 -10:00
Luke Latham
e7c97ed1c8
Update Response Compression Middleware topic ( #4776 )
2017-11-16 11:13:46 -10:00