C# 클래스 libirek.Page

파일 보기 프로젝트 열기: theanti9/irek

공개 프로퍼티들

프로퍼티 타입 설명
Body string
PageHeader Header

공개 메소드들

메소드 설명
GetBody ( ) : string
GetHeader ( ) : string
Page ( string body ) : System
SetContentType ( string contenttype ) : void

메소드 상세

GetBody() 공개 메소드

public GetBody ( ) : string
리턴 string

GetHeader() 공개 메소드

public GetHeader ( ) : string
리턴 string

Page() 공개 메소드

public Page ( string body ) : System
body string
리턴 System

SetContentType() 공개 메소드

public SetContentType ( string contenttype ) : void
contenttype string
리턴 void

프로퍼티 상세

Body 공개적으로 프로퍼티

public string Body
리턴 string

PageHeader 공개적으로 프로퍼티

public Header,libirek PageHeader
리턴 Header