C# Class WebMarkupMin.AspNet4.WebForms.MinifiedAndCompressedMasterPageBase

Base class of master page with support of markup minification and HTTP compression
Inheritance: MinifiedMasterPageBase
Afficher le fichier Open project: Taritsyn/WebMarkupMin

Méthodes protégées

Méthode Description
MinifiedAndCompressedMasterPageBase ( MinifiedComponentBase minifiedComponent, WebMarkupMin.AspNet4.WebForms.CompressedComponent compressedComponent ) : System

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

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

Method Details

MinifiedAndCompressedMasterPageBase() protected méthode

Constructs a instance of master page with support of markup minification and HTTP compression
protected MinifiedAndCompressedMasterPageBase ( MinifiedComponentBase minifiedComponent, WebMarkupMin.AspNet4.WebForms.CompressedComponent compressedComponent ) : System
minifiedComponent MinifiedComponentBase Minified component
compressedComponent WebMarkupMin.AspNet4.WebForms.CompressedComponent Compressed component
Résultat System

OnError() protected méthode

protected OnError ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void