SharedOptionsBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options common to several middleware components
public ref class SharedOptionsBase abstract
public abstract class SharedOptionsBase
type SharedOptionsBase = class
Public MustInherit Class SharedOptionsBase
- Inheritance
-
SharedOptionsBase
- Derived
Constructors
SharedOptionsBase(SharedOptions) |
Creates an new instance of the SharedOptionsBase. |
Properties
FileProvider |
The file system used to locate resources |
RedirectToAppendTrailingSlash |
Indicates whether to redirect to add a trailing slash at the end of path. Relative resource links may require this. |
RequestPath |
The relative request path that maps to static resources. This defaults to the site root '/'. |
SharedOptions |
Options common to several middleware components |