C# Class tinyweb.framework.Tinyweb

ファイルを表示 Open project: martinrue/Tinyweb

Public Properties

Property Type Description
OnError Action

Public Methods

Method Description
Init ( ) : int
RegisterArea ( string area, string areaNamespace ) : void
WhatHaveIGot ( ) : string

Private Methods

Method Description
Tinyweb ( ) : System
addRoute ( HandlerData handler ) : void

Method Details

Init() public static method

public static Init ( ) : int
return int

RegisterArea() public static method

public static RegisterArea ( string area, string areaNamespace ) : void
area string
areaNamespace string
return void

WhatHaveIGot() public static method

public static WhatHaveIGot ( ) : string
return string

Property Details

OnError public_oe static_oe property

public static Action OnError
return Action