C# Class Blade.Utility.RenderingDiagnostics

Inheritance: IDisposable
Afficher le fichier Open project: kamsar/Blade

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
RenderingEndDiagnostics ( ) : void
RenderingStartDiagnostics ( ) : void

Private Methods

Méthode Description
RenderingDiagnostics ( System.Web.UI.HtmlTextWriter writer, string renderingName, bool cacheable, bool varyByData, bool varyByDevice, bool varyByLogin, bool varyByParm, bool varyByQueryString, bool varyByUser, bool clearOnIndexUpdate, string varyByCustom ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RenderingEndDiagnostics() protected méthode

protected RenderingEndDiagnostics ( ) : void
Résultat void

RenderingStartDiagnostics() protected méthode

protected RenderingStartDiagnostics ( ) : void
Résultat void