C# Класс Atomia.Web.Plugin.PublicOrder.Helpers.MasterPageLocationProviderImplementer

Implements location finding of the Site.Master for this plugin
Наследование: IMasterPageLocationProvider
Показать файл Открыть проект

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

Метод Описание
FetchMasterPageLocation ( string controller, string action, string area, string &location ) : bool

Fetches the master page location for a given plugin page(view).

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

FetchMasterPageLocation() публичный Метод

Fetches the master page location for a given plugin page(view).
public FetchMasterPageLocation ( string controller, string action, string area, string &location ) : bool
controller string The plugin controller.
action string The plugin action(view).
area string The plugin area.
location string The location of the master page (relative to the Theme\{theme_name} folder).
Результат bool