OwinEnvironmentFeature Class¶
- Namespace
Microsoft.AspNetCore.Owin
- Assemblies
- Microsoft.AspNetCore.Owin
Syntax¶
public class OwinEnvironmentFeature : IOwinEnvironmentFeature
-
class
Microsoft.AspNetCore.Owin.
OwinEnvironmentFeature
Properties¶
-
Microsoft.AspNetCore.Owin.OwinEnvironmentFeature.
Environment
¶ Return type: System.Collections.Generic.IDictionary<System.String> public IDictionary<string, object> Environment { get; set; }
-