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