C# Class Rf.Sites.Features.Searching.SearchOnPosts

Inheritance: ISearchPlugin
Mostrar archivo Open project: flq/Rf.Sites

Private Properties

Property Type Description
CacheTitles void

Public Methods

Method Description
LinksFor ( string searchTerm ) : IEnumerable
SearchOnPosts ( ICache cache, IUrlRegistry urls, Func contentFactory ) : System

Private Methods

Method Description
CacheTitles ( ) : void

Method Details

LinksFor() public method

public LinksFor ( string searchTerm ) : IEnumerable
searchTerm string
return IEnumerable

SearchOnPosts() public method

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