C# 클래스 nHydrate.Generator.Common.Util.AspStringBlock

Summary description for AspStringBlock.
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
AspStringBlock ( string inputString, bool codeBlock ) : System.Collections
GetOutput ( ) : string
ParceAsp ( string inAsp ) : string

비공개 메소드들

메소드 설명
GetAspStringBlock ( ) : string
ReplaceQuotes ( string input ) : string

메소드 상세

AspStringBlock() 공개 메소드

public AspStringBlock ( string inputString, bool codeBlock ) : System.Collections
inputString string
codeBlock bool
리턴 System.Collections

GetOutput() 공개 메소드

public GetOutput ( ) : string
리턴 string

ParceAsp() 공개 정적인 메소드

public static ParceAsp ( string inAsp ) : string
inAsp string
리턴 string