C# 클래스 Elmah.Html

파일 보기 프로젝트 열기: elmah/Elmah

공개 프로퍼티들

프로퍼티 타입 설명
Empty IHtmlString

공개 메소드들

메소드 설명
Encode ( object input ) : IHtmlString
Raw ( string input ) : IHtmlString

메소드 상세

Encode() 공개 정적인 메소드

public static Encode ( object input ) : IHtmlString
input object
리턴 IHtmlString

Raw() 공개 정적인 메소드

public static Raw ( string input ) : IHtmlString
input string
리턴 IHtmlString

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static IHtmlString Empty
리턴 IHtmlString