Table of Contents

Interface IView

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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 ViewContext

The view context.

writer TextWriter

The writer object.