ViewContext Constructor
Initializes a new instance of the ViewContext class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ViewContext() | Initializes a new instance of the ViewContext class. |
|
ViewContext(ControllerContext, IView, ViewDataDictionary, TempDataDictionary, TextWriter) | Initializes a new instance of the ViewContext class by using the specified controller context, view, view data dictionary, temporary data dictionary, and text writer. |
Show: