C# 클래스 Castle.MonoRail.Framework.ViewComponents.SecurityComponent

상속: ViewComponent
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Initialize ( ) : void

Called by the framework once the component instance is initialized

Render ( ) : void

Called by the framework so the component can render its content

메소드 상세

Initialize() 공개 메소드

Called by the framework once the component instance is initialized
public Initialize ( ) : void
리턴 void

Render() 공개 메소드

Called by the framework so the component can render its content
public Render ( ) : void
리턴 void