UseForFeatureExtensions Class

Definition

Extension methods that provide feature management integration for ASP.NET Core application building.

public static class UseForFeatureExtensions
type UseForFeatureExtensions = class
Public Module UseForFeatureExtensions
Inheritance
UseForFeatureExtensions

Methods

UseForFeature(IApplicationBuilder, String, Action<IApplicationBuilder>)

Conditionally creates a branch in the request pipeline that is rejoined to the main pipeline.

UseMiddlewareForFeature<T>(IApplicationBuilder, String)

Conditionally creates a branch in the request pipeline that is rejoined to the main pipeline.

Applies to