Interface IView
Defines the methods that are required for a view.
public interface IView
Methods
Render(ViewContext, TextWriter)
Renders the specified view context by using the specified the writer object.
void Render(ViewContext viewContext, TextWriter writer)
Parameters
viewContext
ViewContextThe view context.
writer
TextWriterThe writer object.