共用方式為


TableControllerConfigAttribute 類別

定義

執行衍生控制器的 TableController<TData> 組態自訂。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class TableControllerConfigAttribute : Microsoft.Azure.Mobile.Server.Config.MobileAppControllerAttribute, System.Web.Http.Controllers.IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TableControllerConfigAttribute = class
    inherit MobileAppControllerAttribute
    interface IControllerConfiguration
Public NotInheritable Class TableControllerConfigAttribute
Inherits MobileAppControllerAttribute
Implements IControllerConfiguration
繼承
System.Web.Http.Filters.ActionFilterAttribute
TableControllerConfigAttribute
屬性
實作
System.Web.Http.Controllers.IControllerConfiguration

建構函式

TableControllerConfigAttribute()

執行衍生控制器的 TableController<TData> 組態自訂。

方法

Initialize(HttpControllerSettings, HttpControllerDescriptor)

執行衍生控制器的 TableController<TData> 組態自訂。

OnActionExecuted(HttpActionExecutedContext)

執行衍生控制器的 TableController<TData> 組態自訂。

(繼承來源 MobileAppControllerAttribute)
OnActionExecuting(HttpActionContext)

執行衍生控制器的 TableController<TData> 組態自訂。

(繼承來源 MobileAppControllerAttribute)

適用於