你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于