C# Class BigPipe.Helpers.BigPipeHelper

Datei anzeigen Open project: JMPerez/BigPipe

Public Methods

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

Method Details

ExecutePagelets() public static method

public static ExecutePagelets ( this helper ) : void
helper this
return void

IncludeCss() public static method

public static IncludeCss ( this helper, string cssFile ) : void
helper this
cssFile string
return void

RegisterPagelet() public static method

public static RegisterPagelet ( this helper, BigPipe.Models.Pagelet pagelet ) : void
helper this
pagelet BigPipe.Models.Pagelet
return void