public PageScrubbingAttribute( int maximumAttempts, int maximumAttemptsInSeconds, EndPointCompairs matcher, string redirectToController, string redirectToAction )
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