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
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
MaxHorstmann
2855fc2fb8
fix typo
2017-11-26 21:50:29 -05: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
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
e7daca026e
Update index.md
...
Fixes #4880
H2's don't work on small page
2017-11-21 09:05:25 -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
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
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
vnextcoder
34c7acb797
Update dotnet package version ( #4814 )
...
* Update dotnet package version
Update that dotnet Add Package is required only in ASPNET Core 1.x and not in 2.x
* Update google-logins.md
2017-11-16 10:59:59 -10:00
Jacob Kattampilly
2711ddb868
Minor URL change ( #4812 )
2017-11-16 10:55:15 -10:00
Rick Anderson
c5b2cfb732
explain error message on scaffolding ( #4806 )
2017-11-15 17:03:32 -05:00
Luke Latham
5f4bc45d4d
Add note on using Microsoft.AspNetCore.Http ( #4802 )
...
* Add note on using Microsoft.AspNetCore.Http
* Fix reference to file
2017-11-15 11:13:18 -10:00
Rick Anderson
6e326af486
Merge branch 'live' into master
2017-11-15 11:05:31 -10:00
Luke Latham
db88b002ef
Hosting Bundle Link 2 ... The Sequel ( #4808 )
2017-11-15 11:03:14 -10:00
Triwaters
71a921b612
Incorrect reference to IdentityRole ( #4774 )
...
ApplicationRole is what we're looking for here in this demo
2017-11-15 10:32:56 -10:00
Luke Latham
d008a06f79
Fix bookmark ( #4798 )
2017-11-15 10:03:28 -10:00
Rachel Appel
9cd5e51258
initial commit security landing page ( #4700 )
2017-11-15 14:24:53 -05:00
Rachel Appel
a7fe30958b
minor grammar fix ( #4804 )
2017-11-15 14:13:23 -05:00
Dan Vicarel
4fd18b286c
Added Examples for Validating Dynamic Content to the Model Validation Topic ( #4753 )
2017-11-15 13:54:00 -05:00
Rick Anderson
96af03c9f4
Push to Live 10PM 11-14 ( #4800 )
...
* Tabbifying script examples per OS (#4735 )
* Command line deployment
* typo fix
* edits per review
* increased visibility of 'pub to azure' scenarios
* removed copy/paste debris
* Tabbified the local code segments
* fixed merge whoops
* attempting to fix TOC
* Fixed toc xref
* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745 )
* Update adding-controller1.md (#4747 )
* Update adding-controller1.md
* Update adding-controller1.md
* Update publish-to-azure-webapp-using-vs.md (#4746 )
* Overhaul of resource-based auth doc (#4715 )
* Updates to resource based auth doc
* More edits
* More edits
* Tag with mvc metadata
* Verbiage tweaks
* More edits
* More MVC edits
* More edits
* Initial commit of sample app
* Replace inline code with code imports
* Add download link to sample app
* Correct the requirement class name
* Adjust line number
* Verbiage tweak
* More edits
* Add 1.x sample
* Update sample apps folder name in link
* Minor edits
* More edits
* Fix metadata warnings
* Code cleanup
* Update description metadata
* Update property name in csproj file
* Update old namespaces in ASP.NET Core 2.x app
* Update .NET Fx target framework TODO comments
* Prevent action code from scrolling
* Add Razor Pages sample
* Fix line numbers for highlighting
* Return ForbidResult when appropriate in 2.0 app
* Add authentication assumption notes
* Update metadata
* React to Rick's feedback
* Add 1.x handler snippets
* Update adding_view1.md
* Fix broken sample apps link
* Minor improvement (#4757 )
* Update using-gulp.md
* Update index.md
* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767 )
* Added Description for AdditionalFields Property of Remote Attribute (#4768 )
* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property
* Update validation.md
* Update update-related-data.md (#4761 )
* Fix typo in MVC Views overview
* language enhancement proposal (#4779 )
* language enhancement proposal
as discussed in comments
* Update iis.md
* RP intro add tutorial link (#4764 )
* RP intro add tutorial link
* Update index.md
* Update index.md
* Update adding-model.md (#4778 )
Fixed a typo at line 72 (an e missing)
* Specified the language on two code snippets in the remote validation section (#4781 )
* Update overview.md (#4771 )
* Update overview.md
* Update overview.md
* Update overview.md
* Update overview.md
* fixed product name (#4787 )
* erratum: WSP compilation tempDirectory (#4791 )
* Fix link (#4790 )
* Fix note content (#4789 )
* Update adding-model4.md (#4785 )
* RazorPages is ambiguous - rename app MyRazorPages #4695 (#4775 )
* Rename RazorPages to RazorPagesSample
* fix typo
* change dbname in startup
* revert change and slight rename
* Update intro.md
* Update start-mvc.md
* small correction (#4794 )
ContactOperationsRequirements should be ContactOperations
* Update hosting bundle installer link (#4799 )
2017-11-14 20:06:11 -10:00
Luke Latham
6687021385
Update hosting bundle installer link ( #4799 )
2017-11-14 20:04:29 -10:00
Triwaters
852069fbb0
small correction ( #4794 )
...
ContactOperationsRequirements should be ContactOperations
2017-11-14 17:51:29 -10:00
Rick Anderson
f017f940a1
Update live with current master ( #4793 )
...
* Tabbifying script examples per OS (#4735 )
* Command line deployment
* typo fix
* edits per review
* increased visibility of 'pub to azure' scenarios
* removed copy/paste debris
* Tabbified the local code segments
* fixed merge whoops
* attempting to fix TOC
* Fixed toc xref
* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745 )
* Update adding-controller1.md (#4747 )
* Update adding-controller1.md
* Update adding-controller1.md
* Update publish-to-azure-webapp-using-vs.md (#4746 )
* Overhaul of resource-based auth doc (#4715 )
* Updates to resource based auth doc
* More edits
* More edits
* Tag with mvc metadata
* Verbiage tweaks
* More edits
* More MVC edits
* More edits
* Initial commit of sample app
* Replace inline code with code imports
* Add download link to sample app
* Correct the requirement class name
* Adjust line number
* Verbiage tweak
* More edits
* Add 1.x sample
* Update sample apps folder name in link
* Minor edits
* More edits
* Fix metadata warnings
* Code cleanup
* Update description metadata
* Update property name in csproj file
* Update old namespaces in ASP.NET Core 2.x app
* Update .NET Fx target framework TODO comments
* Prevent action code from scrolling
* Add Razor Pages sample
* Fix line numbers for highlighting
* Return ForbidResult when appropriate in 2.0 app
* Add authentication assumption notes
* Update metadata
* React to Rick's feedback
* Add 1.x handler snippets
* Update adding_view1.md
* Fix broken sample apps link
* Minor improvement (#4757 )
* Update using-gulp.md
* Update index.md
* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767 )
* Added Description for AdditionalFields Property of Remote Attribute (#4768 )
* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property
* Update validation.md
* Update update-related-data.md (#4761 )
* Fix typo in MVC Views overview
* language enhancement proposal (#4779 )
* language enhancement proposal
as discussed in comments
* Update iis.md
* RP intro add tutorial link (#4764 )
* RP intro add tutorial link
* Update index.md
* Update index.md
* Update adding-model.md (#4778 )
Fixed a typo at line 72 (an e missing)
* Specified the language on two code snippets in the remote validation section (#4781 )
* Update overview.md (#4771 )
* Update overview.md
* Update overview.md
* Update overview.md
* Update overview.md
* fixed product name (#4787 )
* erratum: WSP compilation tempDirectory (#4791 )
* Fix link (#4790 )
* Fix note content (#4789 )
* Update adding-model4.md (#4785 )
* RazorPages is ambiguous - rename app MyRazorPages #4695 (#4775 )
* Rename RazorPages to RazorPagesSample
* fix typo
* change dbname in startup
* revert change and slight rename
* Update intro.md
* Update start-mvc.md
2017-11-14 17:47:09 -10:00
Rick Anderson
7b64410d8d
Update start-mvc.md
2017-11-14 15:30:04 -10:00
Rick Anderson
f63db17671
Update intro.md
2017-11-14 11:20:26 -10:00
Isaac Levin
0434ff60ff
RazorPages is ambiguous - rename app MyRazorPages #4695 ( #4775 )
...
* Rename RazorPages to RazorPagesSample
* fix typo
* change dbname in startup
* revert change and slight rename
2017-11-14 08:23:42 -10:00
Rick Anderson
4c0a4ab3a3
Update adding-model4.md ( #4785 )
2017-11-14 08:14:35 -10:00
Luke Latham
d24b96881b
Fix note content ( #4789 )
2017-11-14 08:14:01 -10:00
Rick Anderson
c07fb5cb5d
Update live with current master ( #4788 )
...
* Tabbifying script examples per OS (#4735 )
* Command line deployment
* typo fix
* edits per review
* increased visibility of 'pub to azure' scenarios
* removed copy/paste debris
* Tabbified the local code segments
* fixed merge whoops
* attempting to fix TOC
* Fixed toc xref
* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745 )
* Update adding-controller1.md (#4747 )
* Update adding-controller1.md
* Update adding-controller1.md
* Update publish-to-azure-webapp-using-vs.md (#4746 )
* Overhaul of resource-based auth doc (#4715 )
* Updates to resource based auth doc
* More edits
* More edits
* Tag with mvc metadata
* Verbiage tweaks
* More edits
* More MVC edits
* More edits
* Initial commit of sample app
* Replace inline code with code imports
* Add download link to sample app
* Correct the requirement class name
* Adjust line number
* Verbiage tweak
* More edits
* Add 1.x sample
* Update sample apps folder name in link
* Minor edits
* More edits
* Fix metadata warnings
* Code cleanup
* Update description metadata
* Update property name in csproj file
* Update old namespaces in ASP.NET Core 2.x app
* Update .NET Fx target framework TODO comments
* Prevent action code from scrolling
* Add Razor Pages sample
* Fix line numbers for highlighting
* Return ForbidResult when appropriate in 2.0 app
* Add authentication assumption notes
* Update metadata
* React to Rick's feedback
* Add 1.x handler snippets
* Update adding_view1.md
* Fix broken sample apps link
* Minor improvement (#4757 )
* Update using-gulp.md
* Update index.md
* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767 )
* Added Description for AdditionalFields Property of Remote Attribute (#4768 )
* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property
* Update validation.md
* Update update-related-data.md (#4761 )
* Fix typo in MVC Views overview
* language enhancement proposal (#4779 )
* language enhancement proposal
as discussed in comments
* Update iis.md
* RP intro add tutorial link (#4764 )
* RP intro add tutorial link
* Update index.md
* Update index.md
* Update adding-model.md (#4778 )
Fixed a typo at line 72 (an e missing)
* Specified the language on two code snippets in the remote validation section (#4781 )
* Update overview.md (#4771 )
* Update overview.md
* Update overview.md
* Update overview.md
* Update overview.md
* fixed product name (#4787 )
* erratum: WSP compilation tempDirectory (#4791 )
* Fix link (#4790 )
2017-11-14 08:13:04 -10:00
Luke Latham
32a3ef1a7d
Fix link ( #4790 )
2017-11-14 08:12:01 -10:00