Class MvcNavigationControllerBase<T>
带有导航跳转功能的控制器 根据导航特性划分父节点视图
public class MvcNavigationControllerBase<T> : MvcLogControllerBase<T>, IController where T : MvcViewModelBaseType Parameters
- T
- Inheritance
- 
      
      
      
      Controller<T>MvcNavigationControllerBase<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
MvcNavigationControllerBase(IMvcLog)
public MvcNavigationControllerBase(IMvcLog imvclog)Parameters
- imvclogIMvcLog
Methods
View(string)
重写跳转页面 用'/' 区分页面层级关系 如:[Controller("OverView/Toggle")] 表示
protected override IActionResult View(string name = "")Parameters
- namestring