Show / Hide Table of Contents

    Namespace Cuemon.AspNetCore

    Assembly: Cuemon.AspNetCore.dll

    Classes

    ConfigurableMiddleware<TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern.

    ConfigurableMiddleware<T, TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern with a dependency injected parameter.

    ConfigurableMiddleware<T1, T2, TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern with two dependency injected parameters.

    ConfigurableMiddleware<T1, T2, T3, TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern with three dependency injected parameters.

    ConfigurableMiddleware<T1, T2, T3, T4, TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern with four dependency injected parameters.

    ConfigurableMiddleware<T1, T2, T3, T4, T5, TOptions>

    Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern with five dependency injected parameters.

    Int32Extensions

    Extension methods for the System.Int32 struct.

    Middleware

    Provides a base-class for middleware implementation in ASP.NET Core.

    Middleware<T>

    Provides a base-class for middleware implementation in ASP.NET Core with one dependency injected parameters.

    Middleware<T1, T2>

    Provides a base-class for middleware implementation in ASP.NET Core with two dependency injected parameters.

    Middleware<T1, T2, T3>

    Provides a base-class for middleware implementation in ASP.NET Core with three dependency injected parameters.

    Middleware<T1, T2, T3, T4>

    Provides a base-class for middleware implementation in ASP.NET Core with four dependency injected parameters.

    Middleware<T1, T2, T3, T4, T5>

    Provides a base-class for middleware implementation in ASP.NET Core with five dependency injected parameters.

    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX