C# Class Sitecore.Modules.WeBlog.Components.EntryTagsCore

Inheritance: IEntryTagsCore
Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
EntryTagsCore ( BlogHomeItem currentBlog ) : Sitecore.Modules.WeBlog.Data.Items
GetTagUrl ( string tag ) : string

Get the URL for a tag

Method Details

EntryTagsCore() public method

public EntryTagsCore ( BlogHomeItem currentBlog ) : Sitecore.Modules.WeBlog.Data.Items
currentBlog Sitecore.Modules.WeBlog.Data.Items.BlogHomeItem
return Sitecore.Modules.WeBlog.Data.Items

GetTagUrl() public method

Get the URL for a tag
public GetTagUrl ( string tag ) : string
tag string The tag to get the URL for
return string