UseForFeatureExtensions Sınıf

Tanım

ASP.NET Core uygulama oluşturma için özellik yönetimi tümleştirmesi sağlayan uzantı yöntemleri.

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

Yöntemler

UseForFeature(IApplicationBuilder, String, Action<IApplicationBuilder>)

İstek işlem hattında koşullu olarak ana işlem hattına yeniden birleştirilmiş bir dal oluşturur.

UseMiddlewareForFeature<T>(IApplicationBuilder, String)

İstek işlem hattında koşullu olarak ana işlem hattına yeniden birleştirilmiş bir dal oluşturur.

Şunlara uygulanır