C# 클래스 StarterTemplate.Helpers.UrlHelperExtensions

파일 보기 프로젝트 열기: mccalltd/MvcStarterTemplate

공개 메소드들

메소드 설명
ToAbout ( this helper ) : string
ToContact ( this helper ) : string
ToHome ( this helper ) : string
ToLogIn ( this helper ) : string
ToLogOut ( this helper ) : string
ToSignUp ( this helper ) : string

메소드 상세

ToAbout() 공개 정적인 메소드

public static ToAbout ( this helper ) : string
helper this
리턴 string

ToContact() 공개 정적인 메소드

public static ToContact ( this helper ) : string
helper this
리턴 string

ToHome() 공개 정적인 메소드

public static ToHome ( this helper ) : string
helper this
리턴 string

ToLogIn() 공개 정적인 메소드

public static ToLogIn ( this helper ) : string
helper this
리턴 string

ToLogOut() 공개 정적인 메소드

public static ToLogOut ( this helper ) : string
helper this
리턴 string

ToSignUp() 공개 정적인 메소드

public static ToSignUp ( this helper ) : string
helper this
리턴 string