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)
public: property IEnumerable<String^>^ ViewStartFileExtensions { IEnumerable<String^>^ get (); private: void set (IEnumerable<String^>^ value); }
Property Value
Type: System.Collections.Generic::IEnumerable<String>The set of file extensions that will be used when looking up view start files.
Show: