IView 인터페이스

정의

뷰에 필요한 메서드를 정의합니다.

public interface IView
type IView = interface
Public Interface IView
파생

메서드

Render(ViewContext, TextWriter)

지정된 기록기 개체를 사용하여 지정된 뷰 컨텍스트를 렌더링합니다.

적용 대상