I need help converting this c# razor code into VB.NET razor code.
PageData["Colors"] = new[]{"LightCyan", "Gainsboro","Chocolate"};
Try like this:
PageData("Colors") = { "LightCyan", "Gainsboro", "Chocolate" }