ViewUserControl.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 by 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
The view context.