WebFormView Constructor (String)

Visual Studio 2010

Initializes a new instance of the WebFormView class by using the specified path to the view.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub New ( _
	viewPath As String _
)

Parameters

viewPath
Type: System.String
The view path.

ExceptionCondition
ArgumentNullException

The viewPath parameter is Nothing (Nothing in Visual Basic).

Community Additions

ADD
Show: