Method | Description | |
---|---|---|
ConversionManager ( ) : System | ||
GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string | ||
GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string |
Method | Description | |
---|---|---|
FindSingle ( System.Xml.Linq.XContainer container, string elementName ) : System.Xml.Linq.XElement | ||
GenerateRewriteSectionFromHTAccess ( string fileContents ) : string | ||
ReadFullFile ( Stream file ) : string |
public GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string | ||
webconfig | Stream | |
htaccess | Stream | |
return | string |
public GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string | ||
config | string | |
htaccessFileContent | string | |
return | string |