C# Class ServiceStack.Formats.HtmlFormat

Inheritance: IPlugin
Afficher le fichier Open project: nustack/ServiceStack

Méthodes publiques

Свойство Type Description
HtmlTitleFormat string
TitleFormat string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Register ( IAppHost appHost ) : void
SerializeToStream ( IRequest request, object response, IResponse httpRes ) : void

Method Details

Register() public méthode

public Register ( IAppHost appHost ) : void
appHost IAppHost
Résultat void

SerializeToStream() public méthode

public SerializeToStream ( IRequest request, object response, IResponse httpRes ) : void
request IRequest
response object
httpRes IResponse
Résultat void

Property Details

HtmlTitleFormat public_oe static_oe property

public static string HtmlTitleFormat
Résultat string

TitleFormat public_oe static_oe property

public static string TitleFormat
Résultat string