C# Class StoryTeller.Util.HtmlDocument

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
FileOpener Action
FileWriter string>.Action

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetPath ( ) : string

Private Methods

Méthode Description
EnsureFolderExists ( string fileName ) : void
OpenFile ( string fileName ) : void
Substitute ( string value ) : string
WriteToFile ( string fileName, string fileContents ) : void

Method Details

Add() public méthode

public Add ( string tagName ) : HtmlTag
tagName string
Résultat HtmlTag

Add() public méthode

public Add ( HtmlTag tag ) : void
tag HtmlTag
Résultat void

AddJavaScript() public méthode

public AddJavaScript ( string javascript ) : HtmlTag
javascript string
Résultat HtmlTag

AddScript() public méthode

public AddScript ( string scriptType, string scriptContents ) : HtmlTag
scriptType string
scriptContents string
Résultat HtmlTag

AddStyle() public méthode

public AddStyle ( string styling ) : HtmlTag
styling string
Résultat HtmlTag

GetPath() protected méthode

protected GetPath ( ) : string
Résultat string

HtmlDocument() public méthode

public HtmlDocument ( ) : System
Résultat System

OpenInBrowser() public méthode

public OpenInBrowser ( ) : void
Résultat void

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( string tagName ) : HtmlTag
tagName string
Résultat HtmlTag

Push() public méthode

public Push ( HtmlTag tag ) : void
tag HtmlTag
Résultat void

PushWithoutAttaching() public méthode

public PushWithoutAttaching ( HtmlTag tag ) : void
tag HtmlTag
Résultat void

ReferenceJavaScriptFile() public méthode

public ReferenceJavaScriptFile ( string path ) : HtmlTag
path string
Résultat HtmlTag

ReferenceScriptFile() public méthode

public ReferenceScriptFile ( string scriptType, string path ) : HtmlTag
scriptType string
path string
Résultat HtmlTag

ReferenceStyle() public méthode

public ReferenceStyle ( string path ) : HtmlTag
path string
Résultat HtmlTag

Rewind() public méthode

public Rewind ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteToFile() public méthode

public WriteToFile ( string fileName ) : void
fileName string
Résultat void

Property Details

FileOpener public_oe property

public Action FileOpener
Résultat Action

FileWriter public_oe property

public Action FileWriter
Résultat string>.Action