Sdílet prostřednictvím


TableControllerConfigAttribute Třída

Definice

Provádí přizpůsobení konfigurace pro TableController<TData> odvozené kontrolery.

[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
Dědičnost
TableControllerConfigAttribute
Atributy
Implementuje
System.Web.Http.Controllers.IControllerConfiguration

Konstruktory

TableControllerConfigAttribute()

Provádí přizpůsobení konfigurace pro TableController<TData> odvozené kontrolery.

Metody

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Provádí přizpůsobení konfigurace pro TableController<TData> odvozené kontrolery.

Platí pro