PageContextAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie qu’une propriété de modèle Page Razor doit être définie avec le actuel PageContext lors de la création du modèle instance. La propriété doit avoir une méthode d’ensemble public.
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
- Héritage
-
PageContextAttribute
- Attributs
Constructeurs
PageContextAttribute() |
Spécifie qu’une propriété de modèle Page Razor doit être définie avec le actuel PageContext lors de la création du modèle instance. La propriété doit avoir une méthode d’ensemble public. |