C# 클래스 Aqueduct.Appia.Core.HtmlStringLiteral

상속: IHtmlString
파일 보기 프로젝트 열기: aqueduct/Appia

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
HtmlStringLiteral ( string inner ) : System

Initializes a new instance of the HttpStringLiteral class.

ToHtmlString ( ) : string
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HtmlStringLiteral() 공개 메소드

Initializes a new instance of the HttpStringLiteral class.
public HtmlStringLiteral ( string inner ) : System
inner string
리턴 System

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string