C# Class Atomia.Web.Plugin.PublicOrder.Helpers.MasterPageLocationProviderImplementer

Implements location finding of the Site.Master for this plugin
Inheritance: IMasterPageLocationProvider
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
FetchMasterPageLocation ( string controller, string action, string area, string &location ) : bool

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

Method Details

FetchMasterPageLocation() public method

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).
return bool