C# Class Customer.Project.Mvc.HtmlHelpers.UrlHelperExtensions

Datei anzeigen Open project: atosorigin/AtosMvcStarterKit

Public Methods

Method Description
About ( this helper ) : string
ActionResultMessageExample ( this helper ) : string
Admin ( this helper ) : string
Contact ( this helper ) : string
ErrorHandlingExample ( this helper ) : string
Home ( this helper ) : string
Image ( this helper, string fileName ) : string

Method Details

About() public static method

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

ActionResultMessageExample() public static method

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

Admin() public static method

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

Contact() public static method

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

ErrorHandlingExample() public static method

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

Home() public static method

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

Image() public static method

public static Image ( this helper, string fileName ) : string
helper this
fileName string
return string