UseForFeatureExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET