C# Class StarterTemplate.Helpers.UrlHelperExtensions

显示文件 Open project: mccalltd/MvcStarterTemplate

Public Methods

Method 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 method

public static ToAbout ( this helper ) : string
helper this
return string

ToContact() public static method

public static ToContact ( this helper ) : string
helper this
return string

ToHome() public static method

public static ToHome ( this helper ) : string
helper this
return string

ToLogIn() public static method

public static ToLogIn ( this helper ) : string
helper this
return string

ToLogOut() public static method

public static ToLogOut ( this helper ) : string
helper this
return string

ToSignUp() public static method

public static ToSignUp ( this helper ) : string
helper this
return string