C# Class BigPipe.Helpers.BigPipeHelper

Afficher le fichier Open project: JMPerez/BigPipe

Méthodes publiques

Méthode Description
ExecutePagelets ( this helper ) : void
IncludeCss ( this helper, string cssFile ) : void
RegisterPagelet ( this helper, BigPipe.Models.Pagelet pagelet ) : void

Method Details

ExecutePagelets() public static méthode

public static ExecutePagelets ( this helper ) : void
helper this
Résultat void

IncludeCss() public static méthode

public static IncludeCss ( this helper, string cssFile ) : void
helper this
cssFile string
Résultat void

RegisterPagelet() public static méthode

public static RegisterPagelet ( this helper, BigPipe.Models.Pagelet pagelet ) : void
helper this
pagelet BigPipe.Models.Pagelet
Résultat void