C# Class MvcBreadCrumbs.StateEntry

Afficher le fichier Open project: thelarz/MvcBreadCrumbs Class Usage Examples

Méthodes publiques

Méthode Description
SetContext ( ActionExecutingContext context ) : StateEntry
WithKey ( int key ) : StateEntry
WithLabel ( string label ) : StateEntry
WithUrl ( string url ) : StateEntry

Method Details

SetContext() public méthode

public SetContext ( ActionExecutingContext context ) : StateEntry
context ActionExecutingContext
Résultat StateEntry

WithKey() public méthode

public WithKey ( int key ) : StateEntry
key int
Résultat StateEntry

WithLabel() public méthode

public WithLabel ( string label ) : StateEntry
label string
Résultat StateEntry

WithUrl() public méthode

public WithUrl ( string url ) : StateEntry
url string
Résultat StateEntry