C# 클래스 Telerik.Web.Mvc.SiteMapHandler

상속: HttpHandlerBase
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
ProcessRequest ( System.Web.HttpContextBase context ) : void

Processes the request.

SiteMapHandler ( ) : System

Initializes a new instance of the SiteMapHandler class.

SiteMapHandler ( SiteMapDictionary siteMaps, IHttpResponseCompressor httpResponseCompressor, IHttpResponseCacher httpResponseCacher, IUrlGenerator urlGenerator ) : System

Initializes a new instance of the SiteMapHandler class.

비공개 메소드들

메소드 설명
GetPriority ( System.Web.SiteMapNode node ) : string
GetSiteMap ( string name ) : SiteMapBase
GetUrl ( INavigatable node, System.Web.HttpContextBase httpContext, string applicationRoot ) : string
Iterate ( XmlWriter writer, System.Web.SiteMapNode node, System.Web.HttpContextBase httpContext, string applicationRoot ) : void
WriteNode ( XmlWriter writer, System.Web.SiteMapNode node, System.Web.HttpContextBase httpContext, string applicationRoot ) : void
WriteSiteMap ( XmlWriter writer, SiteMapBase siteMap, System.Web.HttpContextBase httpContext ) : void

메소드 상세

ProcessRequest() 공개 메소드

Processes the request.
public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase The context.
리턴 void

SiteMapHandler() 공개 메소드

Initializes a new instance of the SiteMapHandler class.
public SiteMapHandler ( ) : System
리턴 System

SiteMapHandler() 공개 메소드

Initializes a new instance of the SiteMapHandler class.
public SiteMapHandler ( SiteMapDictionary siteMaps, IHttpResponseCompressor httpResponseCompressor, IHttpResponseCacher httpResponseCacher, IUrlGenerator urlGenerator ) : System
siteMaps SiteMapDictionary The site maps.
httpResponseCompressor IHttpResponseCompressor The HTTP response compressor.
httpResponseCacher IHttpResponseCacher The HTTP response cacher.
urlGenerator IUrlGenerator The URL generator.
리턴 System