C# Class BlackLinks.BlackApplication

Afficher le fichier Open project: heapsource/BlackLinks Class Usage Examples

Méthodes publiques

Méthode Description
ActivateActionCore ( Type controllerType, string actionName ) : BlackAction
BlackApplication ( ) : System
MimeForEntityName ( string entityName ) : string

Translate an Extension into a HTTP Mime Type.

Méthodes protégées

Méthode Description
OnStart ( ) : void

Private Methods

Méthode Description
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

Method Details

ActivateActionCore() public méthode

public ActivateActionCore ( Type controllerType, string actionName ) : BlackAction
controllerType System.Type
actionName string
Résultat BlackAction

BlackApplication() public méthode

public BlackApplication ( ) : System
Résultat System

MimeForEntityName() public méthode

Translate an Extension into a HTTP Mime Type.
public MimeForEntityName ( string entityName ) : string
entityName string
Résultat string

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void