Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Castle
MonoRail
Framework
Internal
ActionProviderUtil
C# Class Castle.MonoRail.Framework.Internal.ActionProviderUtil
Util class that deals with action providers
ファイルを表示
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
RegisterActions
(
Controller
controller
) :
void
Registers the actions on the controller.
Method Details
RegisterActions()
public
static
method
Registers the actions on the controller.
public
static
RegisterActions
(
Controller
controller
) :
void
controller
Controller
The controller.
return
void