We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0063f36 commit cf83f35Copy full SHA for cf83f35
docs-aspnet/html-helpers/editors/multiselect/binding/model-binding.md
@@ -55,7 +55,7 @@ You can configure the MultiSelect to get its data from a remote source by making
55
56
1. Create an action that returns the data as a JSON result.
57
58
- public IActionResult Index()
+ public IActionResult Index()
59
{
60
return View(new ProductViewModel
61
0 commit comments