Sdílet prostřednictvím


PageContextAttribute Třída

Definice

Určuje, že při vytváření instance modelu by měla být nastavena vlastnost modelu Razor Page s aktuální PageContext . 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()

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

Platí pro