ASP.NET MVC: ActionMethodSelector / ActionFilter (Attribute) naming conventions -
what think best naming convensions actionmethodselector differentiate actionfilter (attributes).
i need actionmethodselector same authorizeattribute-actionfilter does, how name actionmethodselectorattribue? (the implementation not issue)
what think best naming convensions actionmethodselector differentiate actionfilter (attributes).
the suffix:
- xxxactionmethodselector
- xxxattribute or xxxactionfilterattribute
where xxx function classes supposed accomplish.
Comments
Post a Comment