C# Class WebMarkupMin.AspNet4.WebForms.MinifiedAndCompressedPageBase

Base class of Web Forms page with support of markup minification and HTTP compression
Inheritance: MinifiedPageBase
Mostrar archivo Open project: Taritsyn/WebMarkupMin

Protected Methods

Method Description
MinifiedAndCompressedPageBase ( MinifiedComponentBase minifiedComponent, WebMarkupMin.AspNet4.WebForms.CompressedComponent compressedComponent ) : System

Constructs a instance of Web Forms page with support of markup minification and HTTP compression

OnError ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Method Details

MinifiedAndCompressedPageBase() protected method

Constructs a instance of Web Forms page with support of markup minification and HTTP compression
protected MinifiedAndCompressedPageBase ( MinifiedComponentBase minifiedComponent, WebMarkupMin.AspNet4.WebForms.CompressedComponent compressedComponent ) : System
minifiedComponent WebMarkupMin.AspNet4.WebForms.Components.MinifiedComponentBase Minified component
compressedComponent WebMarkupMin.AspNet4.WebForms.CompressedComponent Compressed component
return System

OnError() protected method

protected OnError ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void