SharedOptions 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.SharedOptions
Syntax
public class SharedOptions
public ref class SharedOptions
type SharedOptions = class end
Public Class SharedOptions
Constructors
Name | Description | |
---|---|---|
![]() |
SharedOptions() | Defaults to all request paths and the current physical directory. |
Properties
Name | Description | |
---|---|---|
![]() |
FileSystem | The file system used to locate resources |
![]() |
RequestPath | The request path that maps to static resources |
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