C# Class SenseNet.Services.GoogleSitemapHandler

Inheritance: IHttpHandler
ファイルを表示 Open project: maxpavlov/FlexNet

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
getPageUrl ( Node node, string siteUrl ) : string

Returns actual URL of a Node using PortalContext.Current

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

getPageUrl() public method

Returns actual URL of a Node using PortalContext.Current
public getPageUrl ( Node node, string siteUrl ) : string
node Node
siteUrl string
return string