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

Get() public méthode

public Get ( ) : string[]
Résultat string[]
        public string[] Get() {

            return GetCars();
        }
CarsController