ODataFormattingAttribute Classe
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.
Attribut à placer sur des contrôleurs pour activer les formateurs OData.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ODataFormattingAttribute : Attribute, System.Web.Http.Controllers.IControllerConfiguration
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ODataFormattingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataFormattingAttribute = class
inherit Attribute
interface IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ODataFormattingAttribute = class
inherit Attribute
Public Class ODataFormattingAttribute
Inherits Attribute
Implements IControllerConfiguration
Public Class ODataFormattingAttribute
Inherits Attribute
- Héritage
-
ODataFormattingAttribute
- Attributs
- Implémente
-
System.Web.Http.Controllers.IControllerConfiguration
Remarques
Cet attribut effectue les actions suivantes :
- Il insère les ODataMediaTypeFormatters dans la System.Web.Http.Controllers.HttpControllerSettings.Formatters collection.
- Il joint la demande au formateur OData instance.
Constructeurs
ODataFormattingAttribute() |
Attribut à placer sur des contrôleurs pour activer les formateurs OData. |
Méthodes
CreateODataFormatters() |
Crée les formateurs OData. |
Initialize(HttpControllerSettings, HttpControllerDescriptor) |
Rappel appelé pour définir les substitutions par contrôleur pour ce controllerDescriptor. |