Basically I\'m doing a test caused by one of excpetion.
By using return View(list_a) in controller I passed a list into my view, On my View page, the co
return View(list_a
@model denotes the type of a variable you refer as @Model
@model string @Model.ToUpper(); // works as @Model is of type string