C# 클래스 PhpManager.Models.ConversionManager

파일 보기 프로젝트 열기: projectkudu/PHPManager 1 사용 예제들

공개 메소드들

메소드 설명
ConversionManager ( ) : System
GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string
GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string

비공개 메소드들

메소드 설명
FindSingle ( System.Xml.Linq.XContainer container, string elementName ) : System.Xml.Linq.XElement
GenerateRewriteSectionFromHTAccess ( string fileContents ) : string
ReadFullFile ( Stream file ) : string

메소드 상세

ConversionManager() 공개 메소드

public ConversionManager ( ) : System
리턴 System

GenerateOrUpdateWebConfig() 공개 메소드

public GenerateOrUpdateWebConfig ( Stream webconfig, Stream htaccess ) : string
webconfig Stream
htaccess Stream
리턴 string

GenerateOrUpdateWebConfig() 공개 메소드

public GenerateOrUpdateWebConfig ( string config, string htaccessFileContent ) : string
config string
htaccessFileContent string
리턴 string