C# Class Open.Core.Web.ControllerBase

Base class for controllers.
Inheritance: Controller
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Protected Methods

Method Description
GetResource ( string classKey, string resourceKey ) : string

Retrieves a localized string with the given key.

Method Details

GetResource() protected method

Retrieves a localized string with the given key.
protected GetResource ( string classKey, string resourceKey ) : string
classKey string The key of the RESX file (eg. it's primary name without extensions).
resourceKey string The key of the string to retrieve.
return string