PageModelAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
頁面模型基類的屬性。 將此屬性套用至類型會將該類型的所有子類別標示為頁面模型類型。
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() |
頁面模型基類的屬性。 將此屬性套用至類型會將該類型的所有子類別標示為頁面模型類型。 |