Show / Hide Table of Contents

    Class MiddlewareCore

    Provides a base-class for middleware implementation in ASP.NET Core. This API supports the product infrastructure and is not intended to be used directly from your code.

    Inheritance
    System.Object
    MiddlewareCore
    ConfigurableMiddlewareCore<TOptions>
    Middleware
    Middleware<T>
    Middleware<T1, T2>
    Middleware<T1, T2, T3>
    Middleware<T1, T2, T3, T4>
    Middleware<T1, T2, T3, T4, T5>
    Namespace: Cuemon.AspNetCore.Infrastructure
    Assembly: Cuemon.AspNetCore.dll
    Syntax
    public abstract class MiddlewareCore

    Properties

    | Improve this Doc

    Next

    Gets the delegate of the request pipeline to invoke.

    Declaration
    protected RequestDelegate Next { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Http.RequestDelegate

    The delegate of the request pipeline to invoke.

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX