public IActionResult CreateDog(DogViewModel dogViewModel)
{
return View();
}
DogViewModel
为参数dogViewModel
的类型。所以只有一个参数,而不是两个