C# Class Subtext.Framework.UrlManager.HandlerConfiguration

Configuration class for the HandlerConfiguration section of the web.config file.
ファイルを表示 Open project: ayende/Subtext

Private Properties

Property Type Description

Public Methods

Method Description
GetControls ( HttpContext context ) : string[]

Gets the controls associated to the specified context.

Instance ( ) : HandlerConfiguration

returns an instance of the HandlerConfiguration from the configuration settings.

SetControls ( HttpContext context, string controls ) : void

Sets the controls.

Method Details

GetControls() public static method

Gets the controls associated to the specified context.
public static GetControls ( HttpContext context ) : string[]
context System.Web.HttpContext Context.
return string[]

Instance() public static method

returns an instance of the HandlerConfiguration from the configuration settings.
public static Instance ( ) : HandlerConfiguration
return HandlerConfiguration

SetControls() public static method

Sets the controls.
public static SetControls ( HttpContext context, string controls ) : void
context System.Web.HttpContext Context.
controls string Controls.
return void