public PageRefreshAttribute( int ignoreRefreshCount, TimeSpan maximumAttemptsIn, TimeSpan blockDuration, string redirectToController, string redirectToAction, int id )
Parameters
- ignoreRefreshCount
- The amount of times a page or resource may be re-loaded
- maximumAttemptsIn
- duration where occurrence is counted in a given time-span
- blockDuration
- duration a requests are blocked
- redirectToController
- the controller to redirect to
- redirectToAction
- the action to redirect to
- id
- optional argument to pass to the action