TableControllerConfigAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs configuration customizations for TableController<TData> derived controllers.
[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
- Inheritance
-
System.Web.Http.Filters.ActionFilterAttributeTableControllerConfigAttribute
- Attributes
- Implements
-
System.Web.Http.Controllers.IControllerConfiguration
Constructors
TableControllerConfigAttribute() |
Methods
Initialize(HttpControllerSettings, HttpControllerDescriptor) | System.Web.Http.Controllers.IControllerConfiguration.Initialize(System.Web.Http.Controllers.HttpControllerSettings,System.Web.Http.Controllers.HttpControllerDescriptor) |
OnActionExecuted(HttpActionExecutedContext) | (Inherited from MobileAppControllerAttribute) |
OnActionExecuting(HttpActionContext) | (Inherited from MobileAppControllerAttribute) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET