RazorView::RunViewStartPages Property

Gets a value that indicates whether view start files should be executed before the view.

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

public:
property bool RunViewStartPages {
	bool get ();
	private: void set (bool value);
}

Property Value

Type: System::Boolean
A value that indicates whether view start files should be executed before the view.

This property is set by passing a value in the constructor.

Show: