C# Class Sitecore.Modules.WeBlog.Mvc.Controllers.BlogSyndicationController

Inheritance: LinkIncludeController
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
SyndicationLink ISyndicationInclude

Public Methods

Method Description
BlogSyndicationController ( ) : System.Web.UI
BlogSyndicationController ( ISyndicationInclude sl = null ) : System.Web.UI

Protected Methods

Method Description
AddLinkToOutput ( ) : void

Method Details

AddLinkToOutput() protected method

protected AddLinkToOutput ( ) : void
return void

BlogSyndicationController() public method

public BlogSyndicationController ( ) : System.Web.UI
return System.Web.UI

BlogSyndicationController() public method

public BlogSyndicationController ( ISyndicationInclude sl = null ) : System.Web.UI
sl ISyndicationInclude
return System.Web.UI

Property Details

SyndicationLink protected_oe property

protected ISyndicationInclude SyndicationLink
return ISyndicationInclude