IView 接口

定义

定义视图所需的方法。

public interface IView
type IView = interface
Public Interface IView
派生

方法

Render(ViewContext, TextWriter)

使用指定的编写器对象来呈现指定的视图上下文。

适用于