C# Class StarterTemplate.Helpers.UrlHelperExtensions

Afficher le fichier Open project: mccalltd/MvcStarterTemplate

Méthodes publiques

Méthode Description
ToAbout ( this helper ) : string
ToContact ( this helper ) : string
ToHome ( this helper ) : string
ToLogIn ( this helper ) : string
ToLogOut ( this helper ) : string
ToSignUp ( this helper ) : string

Method Details

ToAbout() public static méthode

public static ToAbout ( this helper ) : string
helper this
Résultat string

ToContact() public static méthode

public static ToContact ( this helper ) : string
helper this
Résultat string

ToHome() public static méthode

public static ToHome ( this helper ) : string
helper this
Résultat string

ToLogIn() public static méthode

public static ToLogIn ( this helper ) : string
helper this
Résultat string

ToLogOut() public static méthode

public static ToLogOut ( this helper ) : string
helper this
Résultat string

ToSignUp() public static méthode

public static ToSignUp ( this helper ) : string
helper this
Résultat string