Compartir a través de


TableControllerConfigAttribute Clase

Definición

Realiza personalizaciones de configuración para TableController<TData> los controladores derivados.

[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
Herencia
TableControllerConfigAttribute
Atributos
Implementaciones
System.Web.Http.Controllers.IControllerConfiguration

Constructores

TableControllerConfigAttribute()

Realiza personalizaciones de configuración para TableController<TData> los controladores derivados.

Métodos

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Realiza personalizaciones de configuración para TableController<TData> los controladores derivados.

Se aplica a