C# 클래스 StoryTeller.Util.HtmlDocument

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

공개 프로퍼티들

프로퍼티 타입 설명
FileOpener Action
FileWriter string>.Action

공개 메소드들

메소드 설명
Add ( string tagName ) : HtmlTag
Add ( HtmlTag tag ) : void
AddJavaScript ( string javascript ) : HtmlTag
AddScript ( string scriptType, string scriptContents ) : HtmlTag
AddStyle ( string styling ) : HtmlTag
HtmlDocument ( ) : System
OpenInBrowser ( ) : void
Pop ( ) : void
Push ( string tagName ) : HtmlTag
Push ( HtmlTag tag ) : void
PushWithoutAttaching ( HtmlTag tag ) : void
ReferenceJavaScriptFile ( string path ) : HtmlTag
ReferenceScriptFile ( string scriptType, string path ) : HtmlTag
ReferenceStyle ( string path ) : HtmlTag
Rewind ( ) : void
ToString ( ) : string
WriteToFile ( string fileName ) : void

보호된 메소드들

메소드 설명
GetPath ( ) : string

비공개 메소드들

메소드 설명
EnsureFolderExists ( string fileName ) : void
OpenFile ( string fileName ) : void
Substitute ( string value ) : string
WriteToFile ( string fileName, string fileContents ) : void

메소드 상세

Add() 공개 메소드

public Add ( string tagName ) : HtmlTag
tagName string
리턴 HtmlTag

Add() 공개 메소드

public Add ( HtmlTag tag ) : void
tag HtmlTag
리턴 void

AddJavaScript() 공개 메소드

public AddJavaScript ( string javascript ) : HtmlTag
javascript string
리턴 HtmlTag

AddScript() 공개 메소드

public AddScript ( string scriptType, string scriptContents ) : HtmlTag
scriptType string
scriptContents string
리턴 HtmlTag

AddStyle() 공개 메소드

public AddStyle ( string styling ) : HtmlTag
styling string
리턴 HtmlTag

GetPath() 보호된 메소드

protected GetPath ( ) : string
리턴 string

HtmlDocument() 공개 메소드

public HtmlDocument ( ) : System
리턴 System

OpenInBrowser() 공개 메소드

public OpenInBrowser ( ) : void
리턴 void

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

public Push ( string tagName ) : HtmlTag
tagName string
리턴 HtmlTag

Push() 공개 메소드

public Push ( HtmlTag tag ) : void
tag HtmlTag
리턴 void

PushWithoutAttaching() 공개 메소드

public PushWithoutAttaching ( HtmlTag tag ) : void
tag HtmlTag
리턴 void

ReferenceJavaScriptFile() 공개 메소드

public ReferenceJavaScriptFile ( string path ) : HtmlTag
path string
리턴 HtmlTag

ReferenceScriptFile() 공개 메소드

public ReferenceScriptFile ( string scriptType, string path ) : HtmlTag
scriptType string
path string
리턴 HtmlTag

ReferenceStyle() 공개 메소드

public ReferenceStyle ( string path ) : HtmlTag
path string
리턴 HtmlTag

Rewind() 공개 메소드

public Rewind ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteToFile() 공개 메소드

public WriteToFile ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

FileOpener 공개적으로 프로퍼티

public Action FileOpener
리턴 Action

FileWriter 공개적으로 프로퍼티

public Action FileWriter
리턴 string>.Action