Partager via


TableControllerConfigAttribute Classe

Définition

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class TableControllerConfigAttribute : Attribute, System.Web.Http.Controllers.IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TableControllerConfigAttribute = class
    inherit Attribute
    interface IControllerConfiguration
Public NotInheritable Class TableControllerConfigAttribute
Inherits Attribute
Implements IControllerConfiguration
Héritage
TableControllerConfigAttribute
Attributs
Implémente
System.Web.Http.Controllers.IControllerConfiguration

Constructeurs

TableControllerConfigAttribute()

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

Méthodes

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

S’applique à