RazorView.ViewStartFileExtensions Property
Gets or sets the set of file extensions that will be used when looking up view start files.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
View start files are layout files and master-page files. For example, view start files can include _ViewStart.cshtml in a C# ASP.NET MVC project and _ViewStart.vbhtml in a Visual Basic ASP.NET MVC project.
Show: