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

Inheritance: ISearchPlugin
Show file Open project: flq/Rf.Sites

Private Properties

Property Type Description
CacheTags void

Public Methods

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

Private Methods

Method Description
CacheTags ( ) : void

Method Details

LinksFor() public method

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

SearchOnTags() public method

public SearchOnTags ( ICache cache, IUrlRegistry urls, Func tagFactory ) : System
cache ICache
urls IUrlRegistry
tagFactory Func
return System