C# Class FeatureSwitch.AspNet.Mvc.RouteRegistrationExtensions

Afficher le fichier Open project: valdisiljuconoks/FeatureSwitch Class Usage Examples

Méthodes publiques

Méthode Description
MapFeatureSwitch ( this target, string routeName = Const.ModuleName ) : RouteCollection
WithRoute ( this target, string routeName ) : FeatureSetContainer

Private Methods

Méthode Description
CreateAndInsertRoute ( string routeName ) : void

Method Details

MapFeatureSwitch() public static méthode

public static MapFeatureSwitch ( this target, string routeName = Const.ModuleName ) : RouteCollection
target this
routeName string
Résultat RouteCollection

WithRoute() public static méthode

public static WithRoute ( this target, string routeName ) : FeatureSetContainer
target this
routeName string
Résultat FeatureSetContainer