有这样一个思路
自己设计一个Attribute
可以给Controller加,也可以给Action加
比如给HomeController加上Attribute,标记为“首页”
给About加上Attribute标记为“关于”
都存在ViewData里
然后在前端页面读取ViewData里的数据