C# 클래스 ServiceStack.Formats.HtmlFormat

상속: IPlugin
파일 보기 프로젝트 열기: nustack/ServiceStack

공개 프로퍼티들

프로퍼티 타입 설명
HtmlTitleFormat string
TitleFormat string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Register ( IAppHost appHost ) : void
SerializeToStream ( IRequest request, object response, IResponse httpRes ) : void

메소드 상세

Register() 공개 메소드

public Register ( IAppHost appHost ) : void
appHost IAppHost
리턴 void

SerializeToStream() 공개 메소드

public SerializeToStream ( IRequest request, object response, IResponse httpRes ) : void
request IRequest
response object
httpRes IResponse
리턴 void

프로퍼티 상세

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

public static string HtmlTitleFormat
리턴 string

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

public static string TitleFormat
리턴 string