Bagikan melalui


PageContextAttribute Kelas

Definisi

Menentukan bahwa properti model Halaman Razor harus diatur dengan saat ini PageContext saat membuat instans model. Properti harus memiliki metode set publik.

public ref class PageContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class PageContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type PageContextAttribute = class
    inherit Attribute
Public Class PageContextAttribute
Inherits Attribute
Warisan
PageContextAttribute
Atribut

Konstruktor

PageContextAttribute()

Menentukan bahwa properti model Halaman Razor harus diatur dengan saat ini PageContext saat membuat instans model. Properti harus memiliki metode set publik.

Berlaku untuk