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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -