MobileAppControllerAttribute Class

Definition

Specifies that this controller is for use by an Azure Mobile App client. Specific settings are applied to ensure the controller interacts correctly with the client.

[System.AttributeUsage(System.AttributeTargets.Class)]
public class MobileAppControllerAttribute : System.Web.Http.Filters.ActionFilterAttribute, System.Web.Http.Controllers.IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MobileAppControllerAttribute = class
    inherit ActionFilterAttribute
    interface IControllerConfiguration
Public Class MobileAppControllerAttribute
Inherits ActionFilterAttribute
Implements IControllerConfiguration
Inheritance
System.Web.Http.Filters.ActionFilterAttribute
MobileAppControllerAttribute
Derived
Attributes
Implements
System.Web.Http.Controllers.IControllerConfiguration

Constructors

MobileAppControllerAttribute()

Methods

Initialize(HttpControllerSettings, HttpControllerDescriptor) System.Web.Http.Controllers.IControllerConfiguration.Initialize(System.Web.Http.Controllers.HttpControllerSettings,System.Web.Http.Controllers.HttpControllerDescriptor)
OnActionExecuted(HttpActionExecutedContext) System.Web.Http.Filters.ActionFilterAttribute.OnActionExecuted(System.Web.Http.Filters.HttpActionExecutedContext)
OnActionExecuting(HttpActionContext) System.Web.Http.Filters.ActionFilterAttribute.OnActionExecuting(System.Web.Http.Controllers.HttpActionContext)

Applies to