C# Class tinyweb.framework.Tinyweb

Afficher le fichier Open project: martinrue/Tinyweb

Méthodes publiques

Свойство Type Description
OnError Action

Méthodes publiques

Méthode Description
Init ( ) : int
RegisterArea ( string area, string areaNamespace ) : void
WhatHaveIGot ( ) : string

Private Methods

Méthode Description
Tinyweb ( ) : System
addRoute ( HandlerData handler ) : void

Method Details

Init() public static méthode

public static Init ( ) : int
Résultat int

RegisterArea() public static méthode

public static RegisterArea ( string area, string areaNamespace ) : void
area string
areaNamespace string
Résultat void

WhatHaveIGot() public static méthode

public static WhatHaveIGot ( ) : string
Résultat string

Property Details

OnError public_oe static_oe property

public static Action OnError
Résultat Action