Commit 334fe40
Added string arrays to simple binding (dotnet#63072)
* Added string arrays to simple binding
* Added unit test for handling string array from form parameter
* Updated test with HttpContext check
* ParameterBindingMetadata check returned
---------
Co-authored-by: StickFun <2000stickfun@gmail.com>1 parent 15aec22 commit 334fe40
File tree
2 files changed
+33
-4
lines changed- src/Http/Http.Extensions
- src
- test
2 files changed
+33
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
791 | 792 | | |
792 | 793 | | |
793 | 794 | | |
794 | | - | |
795 | | - | |
796 | | - | |
| 795 | + | |
797 | 796 | | |
798 | | - | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
799 | 800 | | |
800 | 801 | | |
801 | 802 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
687 | 715 | | |
688 | 716 | | |
689 | 717 | | |
| |||
0 commit comments