Last active
December 28, 2015 20:09
-
-
Save between40and2/7555267 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Controller 和 Filter 互联方案 | |
以ControllerContext为中介,合理利用ViewData。 | |
http://msdn.microsoft.com/en-us/library/system.web.mvc.controllercontext(v=vs.108).aspx | |
自定义Model类: | |
UserIntention | |
- account | |
- acceptEncoding | |
- acceptStandardizedType - enum HTML, JSON | |
- resource | |
- operationType | |
ActionOperation | |
- operationType | |
- uri | |
- newResourceID | |
- newResourceUri | |
- parameters | |
- results | |
ActionOperationType | |
- CRUDE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment