PageModelAttribute クラス

定義

ページ モデルの基底クラスの属性。 この属性を型に適用すると、その型のすべてのサブクラスがページ モデル型としてマークされます。

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
継承
PageModelAttribute
属性

コンストラクター

PageModelAttribute()

ページ モデルの基底クラスの属性。 この属性を型に適用すると、その型のすべてのサブクラスがページ モデル型としてマークされます。

適用対象