ViewContext Constructor
Include Protected Members
Include Inherited Members
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.
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. |
Top