共用方式為


ViewContextAttribute 類別

定義

指定建立標籤協助程式時,應該使用目前的 ViewContext 設定標籤協助程式屬性。 屬性必須有公用集合方法。

public ref class ViewContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewContextAttribute = class
    inherit Attribute
Public Class ViewContextAttribute
Inherits Attribute
繼承
ViewContextAttribute
屬性

建構函式

ViewContextAttribute()

指定建立標籤協助程式時,應該使用目前的 ViewContext 設定標籤協助程式屬性。 屬性必須有公用集合方法。

適用於