C# Class libirek.Page

Afficher le fichier Open project: theanti9/irek

Méthodes publiques

Свойство Type Description
Body string
PageHeader Header

Méthodes publiques

Méthode Description
GetBody ( ) : string
GetHeader ( ) : string
Page ( string body ) : System
SetContentType ( string contenttype ) : void

Method Details

GetBody() public méthode

public GetBody ( ) : string
Résultat string

GetHeader() public méthode

public GetHeader ( ) : string
Résultat string

Page() public méthode

public Page ( string body ) : System
body string
Résultat System

SetContentType() public méthode

public SetContentType ( string contenttype ) : void
contenttype string
Résultat void

Property Details

Body public_oe property

public string Body
Résultat string

PageHeader public_oe property

public Header,libirek PageHeader
Résultat Header