Walter.Web.FireWall
CompressionData Class
Members  Example 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Models Namespace : CompressionData Class
Class CompressionData records the minification compression effectiveness and savings per endpoint
Object Model
CompressionData ClassDiscoveredRout Class
Syntax
public sealed class CompressionData 
Remarks
You can enable this feature by adding the [Minify] attribute to your Razor views and pages
Example
Minify the rendered Razor view. You can access the compressed in the post processing as well as in the page reporting.
[Minify]
public IActionResult Index()
{
   return View();
}
Inheritance Hierarchy

System.Object
   Walter.Web.FireWall.Models.CompressionData

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

CompressionData Members
Walter.Web.FireWall.Models Namespace
MinifyAttribute Class
Report(ReportTypes) Method
Report(ReportTypes,ReportFormat) Method
GetReport Method
Minification Field