C# Класс WhoCanHelpMe.Web.Code.Resources

Resources helper methods
Показать файл Открыть проект

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

Метод Описание
Site ( string resourceKey ) : string

Gets a global resource in the Site set for the specified key

Приватные методы

Метод Описание
GetGlobalResource ( ResourceSets set, string resourceKey ) : string

Gets a global resource for the specified resource set and key

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

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

Gets a global resource in the Site set for the specified key
public static Site ( string resourceKey ) : string
resourceKey string /// The resource key. ///
Результат string