Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are required for a view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IView
public interface IView
public interface class IView
The IView type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Render | Renders the specified view context by using the specified the writer object. |
Top