C# 클래스 Calyptus.Mvc.PathStack

상속: IPathStack
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc 1 사용 예제들

공개 메소드들

메소드 설명
GetPath ( bool rooted ) : string
GetQueryString ( ) : string
Peek ( ) : string
Peek ( int stepsForward ) : string
Pop ( ) : string
Pop ( int count ) : void
Push ( IPathStack path ) : void
Push ( string path ) : void
Reverse ( int count ) : void
ReverseToIndex ( int toIndex ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Decode ( string path ) : string
Encode ( string path ) : string

비공개 메소드들

메소드 설명
PathStack ( ) : System
PathStack ( bool readOnly ) : System
PathStack ( string verb, string path, NameValueCollection query, bool readOnly ) : System

메소드 상세

Decode() 보호된 메소드

protected Decode ( string path ) : string
path string
리턴 string

Encode() 보호된 메소드

protected Encode ( string path ) : string
path string
리턴 string

GetPath() 공개 메소드

public GetPath ( bool rooted ) : string
rooted bool
리턴 string

GetQueryString() 공개 메소드

public GetQueryString ( ) : string
리턴 string

Peek() 공개 메소드

public Peek ( ) : string
리턴 string

Peek() 공개 메소드

public Peek ( int stepsForward ) : string
stepsForward int
리턴 string

Pop() 공개 메소드

public Pop ( ) : string
리턴 string

Pop() 공개 메소드

public Pop ( int count ) : void
count int
리턴 void

Push() 공개 메소드

public Push ( IPathStack path ) : void
path IPathStack
리턴 void

Push() 공개 메소드

public Push ( string path ) : void
path string
리턴 void

Reverse() 공개 메소드

public Reverse ( int count ) : void
count int
리턴 void

ReverseToIndex() 공개 메소드

public ReverseToIndex ( int toIndex ) : void
toIndex int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string