Greetings Everyone
I have model view that contains my method collections that I init in the main Controller but when i try to get an X element without using a foreach
it doesn't work, I tried this in the view
@Html.Display(Model.Intel.where(x => x.Item2.Equals("Test"))
but nothing shows. If anyone have an idea i am open to it.
Intel
is type of Collection<Tuple<string, string>>