C# 클래스 Bundling.Extensions.Renderers.BaseRenderer

파일 보기 프로젝트 열기: unger/Bundling.Extensions

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
BaseRenderer ( string tagFormat, string optimizedExtension ) : System.Web

메소드 상세

BaseRenderer() 보호된 메소드

protected BaseRenderer ( string tagFormat, string optimizedExtension ) : System.Web
tagFormat string
optimizedExtension string
리턴 System.Web

Render() 공개 메소드

public Render ( string path ) : IHtmlString
path string
리턴 IHtmlString

Render() 공개 메소드

public Render ( string path, int indent ) : IHtmlString
path string
indent int
리턴 IHtmlString

Render() 공개 메소드

public Render ( string tagFormat, string path ) : IHtmlString
tagFormat string
path string
리턴 IHtmlString

Render() 공개 메소드

public Render ( string tagFormat, string optimizedExtension, string path, int indent ) : IHtmlString
tagFormat string
optimizedExtension string
path string
indent int
리턴 IHtmlString

RenderUrl() 공개 메소드

public RenderUrl ( string path ) : string
path string
리턴 string

RenderUrl() 공개 메소드

public RenderUrl ( string path, string optimizedExtension ) : string
path string
optimizedExtension string
리턴 string