PageContextAttribute Třída

Definice

Určuje, že vlastnost modelu Razor Page by měla být nastavena s aktuální PageContext při vytváření instance modelu. Vlastnost musí mít metodu veřejné sady.

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
Dědičnost
PageContextAttribute
Atributy

Konstruktory

PageContextAttribute()

Platí pro