C# Class MarkDownEditor.Model.RFTExporter

Inheritance: IDocumentExporter
Afficher le fichier Open project: chenguanzhou/MarkDownEditor

Méthodes publiques

Méthode Description
Export ( string markdownType, string sourceCodePath, string cssFile, string outputPath ) : void

Method Details

Export() public méthode

public Export ( string markdownType, string sourceCodePath, string cssFile, string outputPath ) : void
markdownType string
sourceCodePath string
cssFile string
outputPath string
Résultat void