C# 클래스 Atomia.Web.Plugin.PublicOrder.Helpers.MasterPageLocationProviderImplementer

Implements location finding of the Site.Master for this plugin
상속: IMasterPageLocationProvider
파일 보기 프로젝트 열기: atomia/OrderPage

공개 메소드들

메소드 설명
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