C# Class WebMarkupMin.AspNet4.WebForms.MinifiedXhtmlMasterPage

Master page with support of XHTML minification
Inheritance: MinifiedMasterPageBase
显示文件 Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
MinifiedXhtmlMasterPage ( ) : WebMarkupMin.AspNet.Common

Constructs a instance of master page with support of XHTML minification

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

Constructs a instance of master page with support of XHTML minification

Method Details

MinifiedXhtmlMasterPage() public method

Constructs a instance of master page with support of XHTML minification
public MinifiedXhtmlMasterPage ( ) : WebMarkupMin.AspNet.Common
return WebMarkupMin.AspNet.Common

MinifiedXhtmlMasterPage() public method

Constructs a instance of master page with support of XHTML minification
public MinifiedXhtmlMasterPage ( WebMarkupMinConfiguration configuration, IXhtmlMinificationManager minificationManager ) : WebMarkupMin.AspNet.Common
configuration WebMarkupMin.AspNet4.Common.WebMarkupMinConfiguration WebMarkupMin configuration
minificationManager IXhtmlMinificationManager XHTML minification manager
return WebMarkupMin.AspNet.Common