Show / Hide Table of Contents

Interface IAspNetAppContext

Contract for the OWIN application context.

Inherited Members
IAppContext.AppRuntime
IAppContext.AppArgs
IAppContext.Exception
IAppContext.AppResult
IContext.CompositionContext
IContext.AmbientServices
IContext.Identity
IExpando.HasDynamicMember(String)
IExpando.ToDictionary(Func<String, String>, Func<Object, Object>)
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
IIndexable.Item[String]
ILoggable.Logger
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 Source

AppBuilder

Gets the application builder.

Declaration
IApplicationBuilder AppBuilder { get; }
Property Value
Type Description
Microsoft.AspNetCore.Builder.IApplicationBuilder

The application builder.

| Improve this Doc View Source

Configuration

Gets the ASP.NET configuration.

Declaration
IConfiguration Configuration { get; }
Property Value
Type Description
Microsoft.Extensions.Configuration.IConfiguration

The ASP.NET configuration.

| Improve this Doc View Source

HostingEnvironment

Gets the hosting environment.

Declaration
IHostingEnvironment HostingEnvironment { get; }
Property Value
Type Description
Microsoft.AspNetCore.Hosting.IHostingEnvironment

The hosting environment.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX