Interface IAspNetAppContext
Contract for the OWIN application context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Application.AspNetCore.Application
Assembly: Kephas.Application.AspNetCore.dll
Syntax
public interface IAspNetAppContext : IAppContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceAppBuilder
Gets the application builder.
Declaration
IApplicationBuilder AppBuilder { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Builder.IApplicationBuilder | The application builder. |
Configuration
Gets the ASP.NET configuration.
Declaration
IConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Configuration.IConfiguration | The ASP.NET configuration. |
HostingEnvironment
Gets the hosting environment.
Declaration
IHostingEnvironment HostingEnvironment { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Hosting.IHostingEnvironment | The hosting environment. |