'How to recognize inputs from EditorFor
I have a 4 inputs for Title. The are in diffrent language. How can i recognize which is which and how can I refer to them at Controller?
@Html.EditorFor(i => i.Title, "StringHorizontal", "EN")
@Html.EditorFor(i => i.Title, "StringHorizontal", "UK")
@Html.EditorFor(i => i.Title, "StringHorizontal", "DE")
@Html.EditorFor(i => i.Title, "StringHorizontal", "CZ")
I've tried to add names for input, but it didnt worked
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
