Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Bloom_ChorusPlugin
HtmlFileForMerging
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
Exibir arquivo
Open project: BloomBooks/BloomDesktop
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
GetPathToXHtml
( ) :
string
HtmlFileForMerging
(
string
pathToHtml
) :
System
SaveHtml
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
GetPathToXHtml()
public
method
public
GetPathToXHtml
( ) :
string
return
string
HtmlFileForMerging()
public
method
public
HtmlFileForMerging
(
string
pathToHtml
) :
System
pathToHtml
string
return
System
SaveHtml()
public
method
public
SaveHtml
( ) :
void
return
void