C# Class PhpManager.Models.ConversionManager

Afficher le fichier Open project: projectkudu/PHPManager Class Usage Examples

Méthodes publiques

Méthode Description
ConversionManager ( ) : System
GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string
GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string

Private Methods

Méthode Description
FindSingle ( System.Xml.Linq.XContainer container, string elementName ) : System.Xml.Linq.XElement
GenerateRewriteSectionFromHTAccess ( string fileContents ) : string
ReadFullFile ( Stream file ) : string

Method Details

ConversionManager() public méthode

public ConversionManager ( ) : System
Résultat System

GenerateOrUpdateWebConfig() public méthode

public GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string
webconfig Stream
htaccess Stream
Résultat string

GenerateOrUpdateWebConfig() public méthode

public GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string
config string
htaccessFileContent string
Résultat string