Overload | Description |
---|---|
PageRefreshAttribute Constructor() | Tells the firewall that a page can't be refreshed by the user during a page visit. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,TimeSpan,TimeSpan) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,String) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,Uri) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,TimeSpan,TimeSpan,Uri) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,Int32,Int32,String) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. |
PageRefreshAttribute Constructor(Int32,String,String) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,TimeSpan,TimeSpan,String,String,Int32) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |
PageRefreshAttribute Constructor(Int32,Int32,Int32,String,String,Int32) | Tells the firewall that a page can be refreshed by the user during a page visit, the refresh count is however limited to a specific count, can be 0. Implements the System.Attribute |