我想制作一个在表格中显示数据的分部View。我将有一个Select元素,其中包含可供选择的服务。当用户在组合框中选择服务时,我想调用带有服务ID号的部分View:我该怎么做?这是一个将呈现partialView的操作方法////GET:/Service/ServiceStatusLogs/1publicActionResultServiceStatusLogs(intid){vardb=newEFServiceStatusHistoryRepository();IListlogs=db.GetAllStatusLogs(id);returnView("_ServiceStatusLog