C# 클래스 Piranha.Web.Handlers.SitemapHandler

Generates the sitemap.xml from all published pages & posts.
상속: IRequestHandler
파일 보기 프로젝트 열기: PiranhaCMS/Piranha

공개 메소드들

메소드 설명
HandleRequest ( HttpContext context ) : void

Handles the sitemap request.

비공개 메소드들

메소드 설명
GetPermalink ( string permalink ) : string

Generates the correct url.

WriteNodes ( HttpContext context, List nodes ) : void

Writes the sitemap to the sitemap.

WritePosts ( HttpContext context, List posts ) : void

Writes all posts to the sitemap.

메소드 상세

HandleRequest() 공개 메소드

Handles the sitemap request.
public HandleRequest ( HttpContext context ) : void
context System.Web.HttpContext The current http context
리턴 void