提问人:Asad Patel 提问时间:9/28/2023 更新时间:9/28/2023 访问量:4
创建视图时,它会将我带到索引视图,而不是创建的视图
When creating a view it is taking me to the index view and not the created view
问:
inASP.NET MVC 创建视图时,我在主控制器中创建一个视图,但是当我运行该视图时,它会将我带到默认索引视图。
public IActionResult AdoptPet()
{
return View();
} This is where i am creating my view from and then I create a razor view and select which model class to use.
我正在尝试创建一个显示宠物信息的视图
答: 暂无答案
上一个:DevOps管道读取公共
评论