SharedOptionsBase<T> Class
Options common to several middleware components
Namespace: Microsoft.Owin.StaticFiles.Infrastructure
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.StaticFiles.Infrastructure.SharedOptionsBase<T>
Microsoft.Owin.StaticFiles.DefaultFilesOptions
Microsoft.Owin.StaticFiles.DirectoryBrowserOptions
Microsoft.Owin.StaticFiles.FileServerOptions
Microsoft.Owin.StaticFiles.StaticFileOptions
Syntax
public abstract class SharedOptionsBase<T>
generic<typename T>
public ref class SharedOptionsBase abstract
[<AbstractClass>]
type SharedOptionsBase<'T> = class end
Public MustInherit Class SharedOptionsBase(Of T)
Type Parameters
- T
The type of the subclass
Constructors
Name | Description | |
---|---|---|
![]() |
SharedOptionsBase<T>(SharedOptions) | Creates an new instance of the SharedOptionsBase. |
Properties
Name | Description | |
---|---|---|
![]() |
FileSystem | The file system used to locate resources |
![]() |
RequestPath | The relative request path that maps to static resources. |
![]() |
SharedOptions | Options common to several middleware components |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.StaticFiles.Infrastructure Namespace
Return to top