C# 클래스 FeatureSwitch.AspNet.Mvc.RouteRegistrationExtensions

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

공개 메소드들

메소드 설명
MapFeatureSwitch ( this target, string routeName = Const.ModuleName ) : RouteCollection
WithRoute ( this target, string routeName ) : FeatureSetContainer

비공개 메소드들

메소드 설명
CreateAndInsertRoute ( string routeName ) : void

메소드 상세

MapFeatureSwitch() 공개 정적인 메소드

public static MapFeatureSwitch ( this target, string routeName = Const.ModuleName ) : RouteCollection
target this
routeName string
리턴 RouteCollection

WithRoute() 공개 정적인 메소드

public static WithRoute ( this target, string routeName ) : FeatureSetContainer
target this
routeName string
리턴 FeatureSetContainer