共用方式為


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()

頁面模型基類的屬性。 將此屬性套用至類型會將該類型的所有子類別標示為頁面模型類型。

適用於