RazorView.ViewStartFileExtensions 属性

定义

获取或设置在查看视图启动文件时将使用的文件扩展名的集合。

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

属性值

查看视图启动文件时将使用的文件扩展名的集合。

适用于