WebFormView Constructor (String)
Visual Studio 2010
Initializes a new instance of the WebFormView class by using the specified path to the view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- viewPath
- Type: System.String
The view path.
| Exception | Condition |
|---|---|
| ArgumentNullException | The viewPath parameter is Nothing (Nothing in Visual Basic). |
Community Additions
ADD
Show: