Class ActionResult
Mvc中页面跳转应用到的实体
public class ActionResult : IActionResult
- Inheritance
-
ActionResult
- Implements
- Inherited Members
- Extension Methods
Properties
Uri
根据Mvc模式自动加载的Uri
public Uri Uri { get; set; }
Property Value
View
根据Mvc模式自动加载的视图
public object View { get; set; }
Property Value
ViewModel
根据Mvc模式自动加载的ViewModel
public object ViewModel { get; set; }