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