RazorView.ViewStartFileExtensions Property

Definition

Gets or sets the set of file extensions that will be used when looking up view start files.

public System.Collections.Generic.IEnumerable<string> ViewStartFileExtensions { get; }
member this.ViewStartFileExtensions : seq<string>
Public ReadOnly Property ViewStartFileExtensions As IEnumerable(Of String)

Property Value

The set of file extensions that will be used when looking up view start files.

Applies to