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

Web Forms page with support of XHTML minification
상속: MinifiedPageBase
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
MinifiedXhtmlPage ( ) : WebMarkupMin.AspNet.Common

Constructs a instance of Web Forms page with support of XHTML minification

MinifiedXhtmlPage ( WebMarkupMinConfiguration configuration, IXhtmlMinificationManager minificationManager ) : WebMarkupMin.AspNet.Common

Constructs a instance of Web Forms page with support of XHTML minification

메소드 상세

MinifiedXhtmlPage() 공개 메소드

Constructs a instance of Web Forms page with support of XHTML minification
public MinifiedXhtmlPage ( ) : WebMarkupMin.AspNet.Common
리턴 WebMarkupMin.AspNet.Common

MinifiedXhtmlPage() 공개 메소드

Constructs a instance of Web Forms page with support of XHTML minification
public MinifiedXhtmlPage ( WebMarkupMinConfiguration configuration, IXhtmlMinificationManager minificationManager ) : WebMarkupMin.AspNet.Common
configuration WebMarkupMin.AspNet4.Common.WebMarkupMinConfiguration WebMarkupMin configuration
minificationManager IXhtmlMinificationManager XHTML minification manager
리턴 WebMarkupMin.AspNet.Common