PageContextAttribute Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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. |