C# Class Geta.SEO.Sitemaps.Controllers.GetaSitemapController

Inheritance: Controller
显示文件 Open project: Geta/SEO.Sitemaps

Public Methods

Method Description
GetaSitemapController ( ) : System
GetaSitemapController ( ISitemapRepository sitemapRepository, Geta.SEO.Sitemaps.Utils.SitemapXmlGeneratorFactory sitemapXmlGeneratorFactory ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetSitemapData ( Geta.SEO.Sitemaps.Entities.SitemapData sitemapData ) : bool

Method Details

GetaSitemapController() public method

public GetaSitemapController ( ) : System
return System

GetaSitemapController() public method

public GetaSitemapController ( ISitemapRepository sitemapRepository, Geta.SEO.Sitemaps.Utils.SitemapXmlGeneratorFactory sitemapXmlGeneratorFactory ) : System
sitemapRepository ISitemapRepository
sitemapXmlGeneratorFactory Geta.SEO.Sitemaps.Utils.SitemapXmlGeneratorFactory
return System

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult