public PageRefreshAttribute( int ignoreRefreshCount, string redirectUrl )
Parameters
- ignoreRefreshCount
- The amount of times a page or resource may be re-loaded
- redirectUrl
- The fully qualified URL to redirect to, typically an external link
public PageRefreshAttribute( int ignoreRefreshCount, string redirectUrl )
Exception | Description |
---|---|
System.ArgumentException | Redirect may not be null or empty - redirectUrl |
System.ArgumentException | The url provided by redirect url is not valid, the format is not a full valid url |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
PageRefreshAttribute Class
PageRefreshAttribute Members
Overload List
View the IPageRequest.ViolationsStack to access all violations on the page including those raised by this filter
IFireWall.OnGuardAction: Will be raised if the firewall considers blocking and allows you to override the blocking action
IFireWall.OnIncident: Will be raised if the firewall considers generating an incident and allows you to override the incident registration