Commit Graph

103 Commits (aa55d4891aef6b0d004dfbecda1abe4d33126968)

Author SHA1 Message Date
Scott Moxham d1e207a975
Sample code can be simplified (#29084)
No need to call GetTypeInfo() as Assembly is accessible from the result of typeof(MySharedController)
2023-04-26 08:34:56 -10:00
Rick Anderson 46fe899dcc
Define simple and complex types (#27415)
* Define simple and complex types

* Define simple and complex types

* Update aspnetcore/mvc/advanced/custom-model-binding.md

* link MB

* link MB
2022-10-29 19:16:40 -10:00
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
GitHubPang c64c4926be
Improve wording and capitalization (#26868) 2022-08-29 15:04:34 -10:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin c5a309732e
Replace errant references to System.Web. (#25018) 2022-02-15 12:05:29 +00:00
Kirk Larkin 7cd5e21070
Replace /dotnet/api with xrefs in MVC (#24972) 2022-02-14 10:15:25 +00:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
haibo zhang 3111bcc4ef
Task#536167:[Refresh link]Replace bookmarks in repo. (#24741) 2022-01-26 07:55:46 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Pranav K 3a6d0f33fd
Fixup bug in implementation (#22218) 2021-05-06 07:22:13 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Ian Kemp b5b93b0f01
add clarification as to how binders are resolved from providers (#19627) 2020-08-24 11:21:00 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
ParadoxMH ffff216c2f
fix using view in WebAppParts (#19273)
* fix using view in WebAppParts

* Update Startup.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-08-14 13:21:01 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Rick Anderson 2248fb94e9
Add include for localized comments (#17091)
* Add include for localized comments

* Add include for localized comments
2020-02-26 09:46:38 -08:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Scott Addie 0a6c1f78c5
Update aspnet/AspNetCore & aspnet/Home references to dotnet/As… (#16483)
* React to AspNetCore repo move to dotnet org

* Change aspnet/Home reference to dotnet/aspnetcore

* More replacements of aspnet/Home
2020-01-09 13:30:28 -06: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 6eedb1e82f Remove line highlight and use standard sample code link. (#16375) 2020-01-02 14:17:34 -06: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
Rick Anderson 9e6209a37c
App parts (#15593)
* App parts

* work

* work

* work

* work

* work

* work

* Update aspnetcore/mvc/advanced/app-parts/3.0sample1/MySharedApp/MySharedApp.csproj

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* work

* work

* work

* Update aspnetcore/mvc/advanced/app-parts/3.0sample1/WebAppParts/Startup.cs

Co-Authored-By: Pranav K <prkrishn@hotmail.com>

* react to pranavkam feedback

* react to pranavkam feedback

* react to pranavkam feedback

* react to pranavkam feedback

* Update aspnetcore/mvc/advanced/app-parts/3.0sample1/WebAppParts/Startup2.cs

Co-Authored-By: Pranav K <prkrishn@hotmail.com>
2019-12-09 16:41:47 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Luke Latham 3d4d0d05e6
Fix versioning of content (#15645) 2019-11-10 14:17:44 -06:00
Rick Anderson c7bc61339a
App parts get ready for 3.0 (#15571) 2019-11-06 15:51:15 -10:00
Kirk Larkin 5bbb2f5c45 Added output to docs page for Features sample. (#14507)
* Added output to docs page for Features sample.

* Added a Sample VC.

* Update app-parts.md
2019-09-23 13:00:57 -10:00
Rick Anderson d559577c4e
Update Features article (#12376)
* Update Features article

* Update Features article

* work

* work

* work

* work

* work

* work

* work

* work

* Update docfx.json (#12414)
2019-09-22 18:12:05 -10:00
Rick Anderson 3173c08300 Revert "Removed MetadataReferenceFeature from the Application Parts sample. (#14464)"
This reverts commit 1e63a2e53f.
2019-09-22 18:06:46 -10: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 1e63a2e53f Removed MetadataReferenceFeature from the Application Parts sample. (#14464)
* Removed MetadataReferenceFeature from the Application Parts sample.

* Removed image files.

* Updated View.
2019-09-22 13:44:12 -10:00
Rick Anderson 0a736f6d0c
Update custom-model-binding.md (#14235) 2019-09-10 09:17:34 -07: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
Rick Anderson 17e95b4fd6
Update app-parts.md (#13923) 2019-08-20 14:25:58 -04:00
Theano Petersen 7d10936ada Fix broken links from CATS report 6-21-19 (#13237) 2019-07-10 15:43:56 -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
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Nick Schonning 18f9c3a9b3 typo: Sproket -> Sprocket (#11617) 2019-03-20 19:13:40 -10:00
Tom Dykstra a3e9ce7f03 Remove unneeded links to third-party sites (#10970)
Fixes #10668
2019-02-15 09:50:59 -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