Skip to content

Mvc ActionFilter & RouteTemplate

Compare
Choose a tag to compare
@yoyofx yoyofx released this 31 Jul 07:24
· 583 commits to master since this release
16dd0cf

1.优化查找Action能力,预缓控制器函数列表与执行能力,改进action调用方式和性能,集成reflectx并重构。
2.ActionFilter :Action过滤器,执行指定路由的Controller方法的拦截函数。
3.Mvc RouteTemplate :路由模板, 为Mvc模式路由提供Url规则和ContrllerName与ActionName的匹配模式。