Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Castle
MonoRail
Framework
Internal
ActionProviderUtil
C# 클래스 Castle.MonoRail.Framework.Internal.ActionProviderUtil
Util class that deals with action providers
파일 보기
프로젝트 열기: nats/castle-1.0.3-mono
공개 메소드들
메소드
설명
RegisterActions
(
Controller
controller
) :
void
Registers the actions on the controller.
메소드 상세
RegisterActions()
공개
정적인
메소드
Registers the actions on the controller.
public
static
RegisterActions
(
Controller
controller
) :
void
controller
Controller
The controller.
리턴
void