C# Класс Open.Core.Web.IconExtensions

Extensions for working with icons.
Показать файл Открыть проект

Открытые методы

Метод Описание
IconUrl ( this helper, IconImage icon, bool greyscale = false ) : string

Retrieves the path to the specified icon.

Описание методов

IconUrl() публичный статический Метод

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.
Результат string