C# Class libirek.Page

Datei anzeigen Open project: theanti9/irek

Public Properties

Property Type Description
Body string
PageHeader Header

Public Methods

Method Description
GetBody ( ) : string
GetHeader ( ) : string
Page ( string body ) : System
SetContentType ( string contenttype ) : void

Method Details

GetBody() public method

public GetBody ( ) : string
return string

GetHeader() public method

public GetHeader ( ) : string
return string

Page() public method

public Page ( string body ) : System
body string
return System

SetContentType() public method

public SetContentType ( string contenttype ) : void
contenttype string
return void

Property Details

Body public_oe property

public string Body
return string

PageHeader public_oe property

public Header,libirek PageHeader
return Header