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 bool RunViewStartPages { get; private set; }

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: