ControllerContextAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在建立控制器時,應該使用目前的 ControllerContext 設定控制器屬性。 屬性必須具有公用集合方法。
public ref class ControllerContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ControllerContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ControllerContextAttribute = class
inherit Attribute
Public Class ControllerContextAttribute
Inherits Attribute
- 繼承
-
ControllerContextAttribute
- 屬性
建構函式
ControllerContextAttribute() |
指定在建立控制器時,應該使用目前的 ControllerContext 設定控制器屬性。 屬性必須具有公用集合方法。 |