* 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
* 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.
* Add PO localization doc
* More edits
* Updates TaskCache to Task
Since [TaskCache](https://github.com/aspnet/Common/issues/238) was removed this updates the samples to use `Task.CompletedTask` instead
* More edits
* More edits
* Change code snippet type from C# to CSHTML
* Add missing snippet types
* Add Required note to model validation topic
Fixes#1928
* MVC views overview update
Updates
Updates
Updates
Updates
Update
* React to feedback
* React to feedback
* Add support disclaimer
* UE pass on Publishing to IIS topic
* React to feedback
Minor update
* Move VS Tools for Docker doc to ASP.NET Core repo
* React to feedback
* React to feedback
* Drop literal_block comments and fix a few code blocks
* Fix demo code for AddAuthentication.AddCookie
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.
Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie
Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie("MyCookieAuthenticationScheme",
* React to feedback
* Fix one
* React to feedback
* Convert title to sentence case
* Add missing param to AddCookie call
* React to feedback
* React to feedback
* Add RP tutorial step 'Uploading files' to TOC
* fix breadcrumb link to core
* Update model-binding.md
Fixing type `CancelationToken` -> `CancellationToken`
* minor clean up (#4431)
* Updates
* Fix a link
* Explain post delete method
Update
* Fix inadvertent uid change (typo)
* React to feedback
* React to feedback
* React to feedback
* Alter app cookie configuration code samples
* Update first-web-api-mac.md (#4441)
* Update web-api-vsc.md
* Remove dead project file (#4427)
* Updates to the intro: layouts, partials, VCs
* Update web-publishing-vs.md (#4447)
* Update web-publishing-vs.md
* Update web-publishing-vs.md
* Update identity-enable-qrcodes.md
* Update identity-enable-qrcodes.md
* Update identity-enable-qrcodes.md
* Remove extra space
* Minor edits
* Add TOC link to snapshot debugging doc
* Update index.md (#4443)
* Update index.md
* Update index.md
* Create mvc2.md
Added temp file to house doc requested in #3809
* Initial outline of document
* Added Note for Special Tooling (VS 2017 Preview 3)
Will remove when Preview 3 is updated into Release
* Added Porting Link
* Added Core DI Sample
* added DI Section
* Added Storing Configuration Settings Section
* Adding Custom Settings samples
* part of static content
* static content section
* .net standard section
* Adding Edit in VS 2017 Image
* Samples for Startup
* startup and csproj section
* update image reference
* Updates to Migration Doc
changes per @scottaddie
* Final round of changes
Please review
* Edits
* Fix invalid xref link
* More edits
* More edits
* More edits
* More edits
* More edits
* More edits
* Move Content to different directory
* Update Code Sample Links
* change sample location
* ::
* Update Sample Filenames
* Minor edit
* Remove extra space
* More edits
* Move Static Folder
* update reference to image
* Update mvc2.md
* Minor tweaks
* Changes to sample file
* Change copy for Configuration Section
* Fix code formatting
* Remove extra line feed
* Remove extra line feed
* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder
* Take out locality references in urls:
* change MSDN urls to docs.microsoft if possible
* Update aspnet-core-module.md
* Update iis.md
* Remove localization from external links
* meta data fix
* Revert "meta data fix"
This reverts commit ba36883476.
* meta data fix2
* test
* Update owin-oauth-20-authorization-server.md
* Update api-ref.md
* Update api-ref.md
* test
* test2