RazorView.ViewStartFileExtensions Property
Gets or sets the set of file extensions that will be used when looking up view start files.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property ViewStartFileExtensions As IEnumerable(Of String) Get Private Set 'Usage Dim instance As RazorView Dim value As IEnumerable(Of String) value = instance.ViewStartFileExtensions
Property Value
Type: System.Collections.Generic.IEnumerable(Of String)The set of file extensions that will be used when looking up view start files.
Show: