C# Class WebMarkupMin.AspNet4.WebForms.MinifiedXhtmlMasterPage

Master page with support of XHTML minification
Inheritance: MinifiedMasterPageBase
Afficher le fichier Open project: Taritsyn/WebMarkupMin

Méthodes publiques

Méthode 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 méthode

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

MinifiedXhtmlMasterPage() public méthode

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
Résultat WebMarkupMin.AspNet.Common