TableControllerConfigAttribute Klas
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET