目录 1、返回ViewResult视图结果,将视图呈现给网页 2、 返回PartialViewResult部分视图结果,主要用于返回部分视图内容,在View/Shared目录下创建ViewUserControl.cshtml部分视图 3、 返回ContentResult用户定义的内容类型