I know that MVC is a design pattern that separates Model, View, Controller. Model - Logic View - Client View Controller - connection between the two.
In case I want to change one of this things it will be easy just to change view\Model and the controller.
So is it possible to use only WebApi and MVC without Aps.Net pages (cshtml files)?