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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -