IView 介面

定義

定義檢視所需的方法。

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

方法

Render(ViewContext, TextWriter)

使用指定的寫入器物件來呈現指定的檢視內容。

適用於