ODataRoutingAttribute.Initialize 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.
Rappel appelé pour définir les substitutions par contrôleur pour ce controllerDescriptor.
public void Initialize (System.Web.Http.Controllers.HttpControllerSettings controllerSettings, System.Web.Http.Controllers.HttpControllerDescriptor controllerDescriptor);
abstract member Initialize : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
override this.Initialize : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
Public Sub Initialize (controllerSettings As HttpControllerSettings, controllerDescriptor As HttpControllerDescriptor)
Paramètres
- controllerSettings
- System.Web.Http.Controllers.HttpControllerSettings
Paramètres de contrôleur à initialiser.
- controllerDescriptor
- System.Web.Http.Controllers.HttpControllerDescriptor
Descripteur du contrôleur. Notez que peut System.Web.Http.Controllers.HttpControllerDescriptor être associé au type de contrôleur dérivé, étant donné qu’il System.Web.Http.Controllers.IControllerConfiguration est hérité.