Share via


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

페이지 모델의 기본 클래스에 대한 특성입니다. 이 특성을 형식에 적용하면 해당 형식의 모든 하위 클래스가 페이지 모델 형식으로 표시됩니다.

적용 대상