C# 클래스 Blighttp.Document

파일 보기 프로젝트 열기: epicvrvs/Blighttp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Icon string
Stylesheet string
Title string

공개 메소드들

메소드 설명
Document ( ) : System
Document ( string title ) : System
Document ( string icon, string stylesheet ) : System
Render ( string bodyContent ) : string

메소드 상세

Document() 공개 메소드

public Document ( ) : System
리턴 System

Document() 공개 메소드

public Document ( string title ) : System
title string
리턴 System

Document() 공개 메소드

public Document ( string icon, string stylesheet ) : System
icon string
stylesheet string
리턴 System

Render() 공개 메소드

public Render ( string bodyContent ) : string
bodyContent string
리턴 string

프로퍼티 상세

Icon 공개적으로 프로퍼티

public string Icon
리턴 string

Stylesheet 공개적으로 프로퍼티

public string Stylesheet
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string