C# Class Bloom_ChorusPlugin.HtmlFileForMerging

Given an html path, this can give it as xhtml, let you make changes, and then give it back as html when you're done.
Inheritance: IDisposable
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetPathToXHtml ( ) : string
HtmlFileForMerging ( string pathToHtml ) : System
SaveHtml ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPathToXHtml() public méthode

public GetPathToXHtml ( ) : string
Résultat string

HtmlFileForMerging() public méthode

public HtmlFileForMerging ( string pathToHtml ) : System
pathToHtml string
Résultat System

SaveHtml() public méthode

public SaveHtml ( ) : void
Résultat void