FileServerOptions Class

 

Options for all of the static file middleware components

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


public ref class FileServerOptions : SharedOptionsBase<FileServerOptions^>

NameDescription
System_CAPS_pubmethodFileServerOptions()

Creates a combined options class for all of the static file middleware components.

NameDescription
System_CAPS_pubpropertyDefaultFilesOptions

Options for configuring the DefaultFilesMiddleware.

System_CAPS_pubpropertyDirectoryBrowserOptions

Options for configuring the DirectoryBrowserMiddleware.

System_CAPS_pubpropertyEnableDefaultFiles

Default files are enabled by default.

System_CAPS_pubpropertyEnableDirectoryBrowsing

Directory browsing is disabled by default.

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>.)

System_CAPS_pubpropertyStaticFileOptions

Options for configuring the StaticFileMiddleware.

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: