C# 클래스 Rf.Sites.Features.Searching.SearchOnPosts

상속: ISearchPlugin
파일 보기 프로젝트 열기: flq/Rf.Sites

Private Properties

프로퍼티 타입 설명
CacheTitles void

공개 메소드들

메소드 설명
LinksFor ( string searchTerm ) : IEnumerable
SearchOnPosts ( ICache cache, IUrlRegistry urls, Func contentFactory ) : System

비공개 메소드들

메소드 설명
CacheTitles ( ) : void

메소드 상세

LinksFor() 공개 메소드

public LinksFor ( string searchTerm ) : IEnumerable
searchTerm string
리턴 IEnumerable

SearchOnPosts() 공개 메소드

public SearchOnPosts ( ICache cache, IUrlRegistry urls, Func contentFactory ) : System
cache ICache
urls IUrlRegistry
contentFactory Func
리턴 System