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)

'Declaration
Public Property RunViewStartPages As Boolean 
	Get 
	Private Set
'Usage
Dim instance As RazorView 
Dim value As Boolean 

value = instance.RunViewStartPages

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: