C# Class WhoCanHelpMe.Web.Code.Resources

Resources helper methods
Exibir arquivo Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
Site ( string resourceKey ) : string

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

Private Methods

Method Description
GetGlobalResource ( ResourceSets set, string resourceKey ) : string

Gets a global resource for the specified resource set and key

Method Details

Site() public static method

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