C# Class RssToolkit.Rss.RssHttpHandlerHelper

helper class (for RssHtppHandler) to pack and unpack user name and channel to from/to query string
ファイルを表示 Open project: Throy/derp-octo-robot Class Usage Examples

Public Methods

Method Description
GenerateChannelLink ( string handlerPath, string channelName, string userName ) : string

// helper to generate link [to the .ashx] containing channel name and (encoded) userName

Private Methods

Method Description
ParseChannelQueryString ( HttpRequest request, string &channelName, string &userName, DocumentType &outputType ) : void
RssHttpHandlerHelper ( ) : System

Method Details

GenerateChannelLink() public static method

// helper to generate link [to the .ashx] containing channel name and (encoded) userName
public static GenerateChannelLink ( string handlerPath, string channelName, string userName ) : string
handlerPath string The handler path.
channelName string Name of the channel.
userName string Name of the user.
return string