DefaultFilesOptions.DefaultFileNames Property
An ordered list of file names to select by default. List length and ordering may affect performance.
Namespace: Microsoft.Owin.StaticFiles
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
public IList<string> DefaultFileNames { get; set; }
public:
property IList<String^>^ DefaultFileNames {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member DefaultFileNames : IList<string> with get, set
Public Property DefaultFileNames As IList(Of String)
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
DefaultFilesOptions Class
Microsoft.Owin.StaticFiles Namespace
Return to top