C# Class Bundling.Extensions.Renderers.BaseRenderer

Afficher le fichier Open project: unger/Bundling.Extensions

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Render ( string path ) : IHtmlString
Render ( string path, int indent ) : IHtmlString
Render ( string tagFormat, string path ) : IHtmlString
Render ( string tagFormat, string optimizedExtension, string path, int indent ) : IHtmlString
RenderUrl ( string path ) : string
RenderUrl ( string path, string optimizedExtension ) : string

Méthodes protégées

Méthode Description
BaseRenderer ( string tagFormat, string optimizedExtension ) : System.Web

Method Details

BaseRenderer() protected méthode

protected BaseRenderer ( string tagFormat, string optimizedExtension ) : System.Web
tagFormat string
optimizedExtension string
Résultat System.Web

Render() public méthode

public Render ( string path ) : IHtmlString
path string
Résultat IHtmlString

Render() public méthode

public Render ( string path, int indent ) : IHtmlString
path string
indent int
Résultat IHtmlString

Render() public méthode

public Render ( string tagFormat, string path ) : IHtmlString
tagFormat string
path string
Résultat IHtmlString

Render() public méthode

public Render ( string tagFormat, string optimizedExtension, string path, int indent ) : IHtmlString
tagFormat string
optimizedExtension string
path string
indent int
Résultat IHtmlString

RenderUrl() public méthode

public RenderUrl ( string path ) : string
path string
Résultat string

RenderUrl() public méthode

public RenderUrl ( string path, string optimizedExtension ) : string
path string
optimizedExtension string
Résultat string