C# Class Open.Core.Web.IconExtensions

Extensions for working with icons.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
IconUrl ( this helper, IconImage icon, bool greyscale = false ) : string

Retrieves the path to the specified icon.

Method Details

IconUrl() public static méthode

Retrieves the path to the specified icon.
public static IconUrl ( this helper, IconImage icon, bool greyscale = false ) : string
helper this The HTML helper to extend.
icon IconImage The icon.
greyscale bool Flag indicating if the greyscale version should be retrieved.
Résultat string