MobileAppControllerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定此控制器供 Azure 行動應用程式用戶端使用。 系統會套用特定設定,以確保控制器與用戶端正確互動。
[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
- 繼承
-
System.Web.Http.Filters.ActionFilterAttributeMobileAppControllerAttribute
- 衍生
- 屬性
- 實作
-
System.Web.Http.Controllers.IControllerConfiguration
建構函式
MobileAppControllerAttribute() |
指定此控制器供 Azure 行動應用程式用戶端使用。 系統會套用特定設定,以確保控制器與用戶端正確互動。 |
方法
Initialize(HttpControllerSettings, HttpControllerDescriptor) |
指定此控制器供 Azure 行動應用程式用戶端使用。 系統會套用特定設定,以確保控制器與用戶端正確互動。 |
OnActionExecuted(HttpActionExecutedContext) |
指定此控制器供 Azure 行動應用程式用戶端使用。 系統會套用特定設定,以確保控制器與用戶端正確互動。 |
OnActionExecuting(HttpActionContext) |
指定此控制器供 Azure 行動應用程式用戶端使用。 系統會套用特定設定,以確保控制器與用戶端正確互動。 |