OwinEnvironment.FeatureMap 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.
Maps OWIN keys to ASP.NET Core features.
public class OwinEnvironment.FeatureMap
type OwinEnvironment.FeatureMap = class
Public Class OwinEnvironment.FeatureMap
- Inheritance
-
OwinEnvironment.FeatureMap
- Derived
Constructors
OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Action<Object,Object>) |
Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type. |
OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>, Action<Object,Object>, Func<Object>) |
Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type. |
OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>, Action<Object,Object>) |
Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type. |
OwinEnvironment.FeatureMap(Type, Func<Object,Object>, Func<Object>) |
Initializes a new instance of OwinEnvironment.FeatureMap for the specified feature interface type. |
OwinEnvironment.FeatureMap(Type, Func<Object,Object>) |
Create a OwinEnvironment.FeatureMap for the specified feature interface type. |
Properties
CanSet |
Gets a value indicating whether the feature map is settable. |