Delen via


TableControllerConfigAttribute Klas

Definitie

Hiermee worden configuratieaanpassingen voor TableController<TData> afgeleide controllers uitgevoerd.

[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
Overname
TableControllerConfigAttribute
Kenmerken
Implementeringen
System.Web.Http.Controllers.IControllerConfiguration

Constructors

TableControllerConfigAttribute()

Hiermee worden configuratieaanpassingen voor TableController<TData> afgeleide controllers uitgevoerd.

Methoden

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Hiermee worden configuratieaanpassingen voor TableController<TData> afgeleide controllers uitgevoerd.

Van toepassing op