0 out of 1 rated this helpful - Rate this topic

Controller.View Method (String, String)

Creates a ViewResult object using the view name and master-page name that renders a view to the response.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected internal ViewResult View(
	string viewName,
	string masterName
)

Parameters

viewName
Type: System.String

The name of the view that is rendered to the response.

masterName
Type: System.String

The name of the master page or template to use when the view is rendered.

Return Value

Type: System.Web.Mvc.ViewResult
The view result.

The result object that is prepared by this method is written to the response by the ASP.NET MVC framework when the object is executed.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.