@{ var boardID = ViewData["BoardID"]; var boardList = ViewData["BoardList"] as List<(int ID, string Name)>; }