C# 클래스 WebMarkupMin.AspNet4.WebForms.MinifiedAndCompressedPageBase

Base class of Web Forms page with support of markup minification and HTTP compression
상속: MinifiedPageBase
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

보호된 메소드들

메소드 설명
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

메소드 상세

MinifiedAndCompressedPageBase() 보호된 메소드

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
리턴 System

OnError() 보호된 메소드

protected OnError ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void