Walter.Web.FireWall
TransferRequestTo Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > BlockRequestsConfig Class : TransferRequestTo Property
A default value for redirects. Set the relative Uri ("~/controller/action") or a absolute Uri ("https://www.somedomain.com") to transfer blocked request to, if empty or null the request will stop processing and just return a white page.
Syntax
public string TransferRequestTo {get; set;}

Property Value

The URL to redirect the request too.
Remarks
The Firewall will take annotated URL redirects before taking this value.
Requirements

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

See Also

Reference

BlockRequestsConfig Class
BlockRequestsConfig Members