hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
MiddlewareInfo
hunt
framework
middleware
MiddlewareInfo
class
MiddlewareInfo {
string
fullName
;
string
moduleName
;
string
controller
;
string
action
;
this
();
this
(string fullName, string action, string controller, string moduleName);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string fullName, string action, string controller, string moduleName)
Undocumented in source.
Members
Variables
action
string
action
;
Undocumented in source.
controller
string
controller
;
Undocumented in source.
fullName
string
fullName
;
Undocumented in source.
moduleName
string
moduleName
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
middleware
MiddlewareInfo
classes
MiddlewareInfo