C# Class WebMarkupMin.AspNet4.WebForms.MinifiedXhtmlPage

Web Forms page with support of XHTML minification
Inheritance: MinifiedPageBase
Mostra file Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
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

Method Details

MinifiedXhtmlPage() public method

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

MinifiedXhtmlPage() public method

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
return WebMarkupMin.AspNet.Common