Commit Graph

16 Commits (c9966742fdd10334cbcbfa61867810a580578949)

Author SHA1 Message Date
Bruno Oliveira 6d27336dd8
Changing route parameter name (#27245)
* Changing route parameter name

* Updating 2.x sample code
2022-10-11 08:44:37 -10:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Pranav K 3a6d0f33fd
Fixup bug in implementation (#22218) 2021-05-06 07:22:13 -10:00
Kirk Larkin 4702d7dcb9 Update "Custom Model Binding" to 3.1. (#16424)
* 3.1 Sample.

* Updated links to 3.1 sample.

* Update custom-model-binding.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-01-06 18:11:49 -08:00
Kirk Larkin 1ab137fe72 Prepare for Custom Model Binding 3.x. (#16398)
* Renamed and moved Polymorphic sample.

* Removed README.

* Copy, Paste and Monikers.
2020-01-05 16:54:00 -08:00
Kirk Larkin 48c7a8f966 Update Custom Model Binding to 2.1. (#16364)
* 2.1 update.

* Moved to samples/2.x.

* A few edits to the topic itself.
2020-01-01 15:33:20 -08:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Pranav K 5e7108309f Change polymorphic binding to use ComplexTypeModelBinder (#14423)
* Change polymorphic binding to use ComplexTypeModelBinder

* Update custom-model-binding.md

* Update custom-model-binding.md
2019-09-22 14:04:38 -10:00
Kirk Larkin 16e1054e36 RP page for testing the Polymorphic Model-Binder. (#14212)
* RP page for testing the Polymorphic Model-Binder.

* Fixed typo in Polymorphic Model-Binder docs.
2019-09-08 12:25:12 -07:00
Pranav K f8537a1f03 DO NOT MERGE OR add COMMITS: Add a sample for polymorphic model binding (#14122)
* Add a sample for polymorphic model binding

* Update custom-model-binding.md (#14187)

* Update custom-model-binding.md

* Add snippet

* Add snippet
2019-09-06 12:17:01 -07: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
Scott Addie e20f03cce1
Replace BinderModelName with ModelName (#9562)
Fixes https://github.com/aspnet/Docs/issues/9476

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/advanced/custom-model-binding?view=aspnetcore-2.1&branch=pr-en-us-9562#custom-model-binder-sample)
2018-11-13 11:23:39 -06:00
user135711 2eeb190414 typo (#6619) 2018-05-26 12:57:08 -05:00
Anthony Bush f5dac0ff84 Embrace markdown: make endpoints doc readable (#6179) 2018-05-02 13:31:10 -05:00
Eric Williams 9a43edde43 Updates TaskCache to Task
Since [TaskCache](https://github.com/aspnet/Common/issues/238) was removed this updates the samples to use `Task.CompletedTask` instead
2017-09-18 19:35:55 -06:00
Steve Smith ff6b4b196e Custom model binding (#3275)
* Initial outline and updates to links.

* Fixing formatting

* adding sample

* sample base64 string

* Working on article and sample

* ready for initial review

* Responding to feedback

* Uncommenting attribute

* switching back to authorid

* Fixing code listing

* Updated based on feedback

* responding to feedback

* Responding to feedback. Tested simplified app and still works as expected.
2017-05-03 16:21:50 -04:00