C# 클래스 MvcBreadCrumbs.StateEntry

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

공개 메소드들

메소드 설명
SetContext ( ActionExecutingContext context ) : StateEntry
WithKey ( int key ) : StateEntry
WithLabel ( string label ) : StateEntry
WithUrl ( string url ) : StateEntry

메소드 상세

SetContext() 공개 메소드

public SetContext ( ActionExecutingContext context ) : StateEntry
context ActionExecutingContext
리턴 StateEntry

WithKey() 공개 메소드

public WithKey ( int key ) : StateEntry
key int
리턴 StateEntry

WithLabel() 공개 메소드

public WithLabel ( string label ) : StateEntry
label string
리턴 StateEntry

WithUrl() 공개 메소드

public WithUrl ( string url ) : StateEntry
url string
리턴 StateEntry