public PageScrubbingAttribute( int maximumAttempts, int maximumAttemptsInSeconds, EndPointCompairs matcher, string redirectToController, string redirectToAction, int id )
Parameters
- maximumAttempts
- how often data can be rendered
- maximumAttemptsInSeconds
- time-frame where the page is measured in
- matcher
- Definition rule how scrubbing will be detected, default is path and query
- redirectToController
- the controller to redirect to
- redirectToAction
- the action to redirect to
- id
- the argument to use in the redirect url