TableControllerConfigProvider.Configure Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configure les paramètres spécifiques pour les contrôleurs de type TableController<TData>.
public void Configure (System.Web.Http.Controllers.HttpControllerSettings controllerSettings, System.Web.Http.Controllers.HttpControllerDescriptor controllerDescriptor);
abstract member Configure : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
override this.Configure : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
Public Sub Configure (controllerSettings As HttpControllerSettings, controllerDescriptor As HttpControllerDescriptor)
Paramètres
- controllerSettings
- System.Web.Http.Controllers.HttpControllerSettings
System.Web.Http.Controllers.HttpControllerSettings pour ce type de contrôleur.
- controllerDescriptor
- System.Web.Http.Controllers.HttpControllerDescriptor
System.Web.Http.Controllers.HttpControllerDescriptor pour ce type de contrôleur.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET