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)

function get RunViewStartPages () : boolean 
private function set RunViewStartPages (value : boolean)

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: