DefaultFilesOptions Class

 

Options for selecting default file names.

Namespace:   Microsoft.Owin.StaticFiles
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)


public ref class DefaultFilesOptions : SharedOptionsBase<DefaultFilesOptions^>

NameDescription
System_CAPS_pubmethodDefaultFilesOptions()

Configuration for the DefaultFilesMiddleware.

System_CAPS_pubmethodDefaultFilesOptions(SharedOptions^)

Configuration for the DefaultFilesMiddleware.

NameDescription
System_CAPS_pubpropertyDefaultFileNames

An ordered list of file names to select by default. List length and ordering may affect performance.

System_CAPS_pubpropertyFileSystem

The file system used to locate resources(Inherited from SharedOptionsBase<T>.)

System_CAPS_pubpropertyRequestPath

The relative request path that maps to static resources.(Inherited from SharedOptionsBase<T>.)

System_CAPS_protpropertySharedOptions

Options common to several middleware components(Inherited from SharedOptionsBase<T>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: