ActionMethodSelectorSample.Controllers.CarsController.GetCars C# (CSharp) Méthode

GetCars() private méthode

private GetCars ( ) : string[]
Résultat string[]
        public string[] GetCars() {

            return new string[] { 
                "Car 1",
                "Car 2",
                "Car 3"
            };
        }
    }
CarsController