ViewPage.RenderView(ViewContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the view page to the response using the specified view context.
public virtual void RenderView (System.Web.Mvc.ViewContext viewContext);
abstract member RenderView : System.Web.Mvc.ViewContext -> unit
override this.RenderView : System.Web.Mvc.ViewContext -> unit
Public Overridable Sub RenderView (viewContext As ViewContext)
Parameters
- viewContext
- ViewContext
An object that encapsulates the information that is required in order to render the view, which includes the controller context, form context, the temporary data, and the view data for the associated view.