DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppRedirectMiddlewareExtensions

    Extension methods for configuring the AppRedirectMiddleware in the middleware pipeline.

    Inheritance
    object
    AppRedirectMiddlewareExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Http
    Assembly: DataWeb.Core.dll
    Syntax
    public static class AppRedirectMiddlewareExtensions

    Methods

    UseAppRedirection(IApplicationBuilder)

    Adds the AppRedirectMiddleware to the middleware pipeline to handle application redirects.

    Declaration
    public static IApplicationBuilder UseAppRedirection(this IApplicationBuilder builder)
    Parameters
    Type Name Description
    IApplicationBuilder builder

    The application builder.

    Returns
    Type Description
    IApplicationBuilder

    The application builder with the middleware added.

    In this article
    Back to top Generated by DocFX