Walter.Web.FireWall
TransferModelInRoutDictionary Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.EventArguments Namespace > ExceptionCaughtEventArgs Class : TransferModelInRoutDictionary Property
Gets a value indicating whether to transfer model in rout dictionary (only simple models supported work).
Syntax
public bool TransferModelInRoutDictionary {get;}

Property Value

true if to transfer model in rout dictionary; otherwise, false.
Remarks
You can store the model in memory using the firewall user and pick it up and remove it from Microsoft.Extensions.Caching.Memory.IMemoryCache if enabled in your application
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

ExceptionCaughtEventArgs Class
ExceptionCaughtEventArgs Members