C# 클래스 BlackLinks.BlackApplication

파일 보기 프로젝트 열기: heapsource/BlackLinks 1 사용 예제들

공개 메소드들

메소드 설명
ActivateActionCore ( Type controllerType, string actionName ) : BlackAction
BlackApplication ( ) : System
MimeForEntityName ( string entityName ) : string

Translate an Extension into a HTTP Mime Type.

보호된 메소드들

메소드 설명
OnStart ( ) : void

비공개 메소드들

메소드 설명
EnsureControllerType ( Type controllerType ) : void
ProcessRequest ( BlackRequest request ) : void
ensureInitialized ( ) : void
executeErrorAction ( Routing route, BlackContext context ) : void

Executes the error route or it's parent. This function does not catch any exception.

initialize ( ) : void

메소드 상세

ActivateActionCore() 공개 메소드

public ActivateActionCore ( Type controllerType, string actionName ) : BlackAction
controllerType System.Type
actionName string
리턴 BlackAction

BlackApplication() 공개 메소드

public BlackApplication ( ) : System
리턴 System

MimeForEntityName() 공개 메소드

Translate an Extension into a HTTP Mime Type.
public MimeForEntityName ( string entityName ) : string
entityName string
리턴 string

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void