Bagikan melalui


ControllerContextAttribute Kelas

Definisi

Menentukan bahwa properti pengontrol harus diatur dengan saat ini ControllerContext saat membuat pengontrol. Properti harus memiliki metode set publik.

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
Warisan
ControllerContextAttribute
Atribut

Konstruktor

ControllerContextAttribute()

Menentukan bahwa properti pengontrol harus diatur dengan saat ini ControllerContext saat membuat pengontrol. Properti harus memiliki metode set publik.

Berlaku untuk