C# Class WhoCanHelpMe.Web.Code.Resources

Resources helper methods
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
Site ( string resourceKey ) : string

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

Private Methods

Méthode Description
GetGlobalResource ( ResourceSets set, string resourceKey ) : string

Gets a global resource for the specified resource set and key

Method Details

Site() public static méthode

Gets a global resource in the Site set for the specified key
public static Site ( string resourceKey ) : string
resourceKey string /// The resource key. ///
Résultat string