C# 클래스 Orchard.Search.Controllers.SearchController

상속: Controller
파일 보기 프로젝트 열기: ucdavis/Orchard

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string q = "" ) : System.Web.Mvc.ActionResult
SearchController ( IOrchardServices services, ISearchService searchService, IContentManager contentManager, ISiteService siteService, IShapeFactory shapeFactory ) : System

메소드 상세

Index() 공개 메소드

public Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string q = "" ) : System.Web.Mvc.ActionResult
pagerParameters Orchard.UI.Navigation.PagerParameters
q string
리턴 System.Web.Mvc.ActionResult

SearchController() 공개 메소드

public SearchController ( IOrchardServices services, ISearchService searchService, IContentManager contentManager, ISiteService siteService, IShapeFactory shapeFactory ) : System
services IOrchardServices
searchService ISearchService
contentManager IContentManager
siteService ISiteService
shapeFactory IShapeFactory
리턴 System