10
shouts

Geniar Software Blog » Asp.net MVC: Testing a custom Authorize filters

published 298 days, 18 hours, 39 minutes ago posted by http://claimid.com/darioquintanahttp://claimid.com/darioquintana 299 days, 15 hours, 9 minutes ago
Sunday, May 24, 2009 8:19:02 PM GMT Saturday, May 23, 2009 11:49:23 PM GMT

Asp.net MVC: Testing a custom Authorize filters23/05/2009 – 8:44 pm Asp.net MVC let you intercept the actions via a feature they call: Filters. Filters are just attributes that you decorate into actions and them allow to you make an stop before or after the action-methods are executed (also are filters to intercept code before/after the result is executed, errors are thrown, etc). There are a few kind of Filter attributes, in the picture bellow into the blue square you’ve what filters came supported out...

category: ASP.NET | clicked: 17 | | source: blog.geniar.com | show counter code
tags: ASP.NET MVC, Authentication, Authorization, Mock, Test, Web