The controller has a ViewData field that you can use. This is a dictionary, and you can use it like this:
ViewData ["players"] = yourList;
ViewData :
<? foreach(var player in ViewData["players"] as List) {} ?>
, ViewPage ViewPage <T> , T - . return View() ViewModel.