Walter.Web.FireWall
Minifiction Property (DiscoveredRout)
Example 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure Namespace > DiscoveredRout Class : Minifiction Property
The average minification that the firewall is able to do on this endpoint
Syntax
public double Minifiction {get;}
Remarks
This value will be set by the firewall if you use [Minify] on your pages and actions
Example
Minify the rendered Razor view. You can access the compressed in the post processing as well as in the page reporting.
[Minify]
public async Task<IActionResult> Index()
{
  var model= await Factory.NavigationModel().ConfigureAwayt(false);
  return View(model);
}
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

DiscoveredRout Class
DiscoveredRout Members
MinifyAttribute Class