C# 클래스 Subtext.Framework.UrlManager.HandlerConfiguration

Configuration class for the HandlerConfiguration section of the web.config file.
파일 보기 프로젝트 열기: ayende/Subtext

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

GetControls() 공개 정적인 메소드

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

Instance() 공개 정적인 메소드

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

SetControls() 공개 정적인 메소드

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