Sdílet prostřednictvím


PageModelAttribute Třída

Definice

Atribut pro základní třídy pro modely stránek. Použití tohoto atributu na typ označí všechny podtřídy tohoto typu jako typy modelu stránky.

public ref class PageModelAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class PageModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type PageModelAttribute = class
    inherit Attribute
Public Class PageModelAttribute
Inherits Attribute
Dědičnost
PageModelAttribute
Atributy

Konstruktory

PageModelAttribute()

Atribut pro základní třídy pro modely stránek. Použití tohoto atributu na typ označí všechny podtřídy tohoto typu jako typy modelu stránky.

Platí pro