C# 클래스 Elmah.WebTemplateBase

상속: RazorTemplateBase, IHttpHandler
파일 보기 프로젝트 열기: clearwavebuild/elmah

Private Properties

프로퍼티 타입 설명
IHttpHandler void

공개 메소드들

메소드 설명
AttributeEncode ( string text ) : string
Encode ( string text ) : string
Html ( string html ) : IHtmlString
RenderBody ( ) : object
TransformText ( ) : string
Write ( object value ) : void

보호된 메소드들

메소드 설명
ProcessRequest ( ) : void

비공개 메소드들

메소드 설명
IHttpHandler ( HttpContext context ) : void

메소드 상세

AttributeEncode() 공개 메소드

public AttributeEncode ( string text ) : string
text string
리턴 string

Encode() 공개 메소드

public Encode ( string text ) : string
text string
리턴 string

Html() 공개 메소드

public Html ( string html ) : IHtmlString
html string
리턴 IHtmlString

ProcessRequest() 보호된 메소드

protected ProcessRequest ( ) : void
리턴 void

RenderBody() 공개 메소드

public RenderBody ( ) : object
리턴 object

TransformText() 공개 메소드

public TransformText ( ) : string
리턴 string

Write() 공개 메소드

public Write ( object value ) : void
value object
리턴 void