C# Class Framework.Mvc.Controllers.FrameworkController

Provides controller basic functionality.
Inheritance: Framework.Core.Controllers.BaseController
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes protégées

Méthode Description
Translate ( String key ) : String

Gets global resource for key specified.

Translate ( String key, IEnumerable scope ) : String

Gets global resource for key and scope specified.

Translate ( String key, String scope ) : String

Gets global resource for key and scope specified.

Method Details

Translate() protected méthode

Gets global resource for key specified.
protected Translate ( String key ) : String
key String The resource key.
Résultat String

Translate() protected méthode

Gets global resource for key and scope specified.
protected Translate ( String key, IEnumerable scope ) : String
key String The resource key.
scope IEnumerable The resource scope.
Résultat String

Translate() protected méthode

Gets global resource for key and scope specified.
protected Translate ( String key, String scope ) : String
key String The resource key.
scope String The resource scope.
Résultat String