PageModelAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An attribute for base classes for page models. Applying this attribute to a type marks all subclasses of that type as page model types.
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
- Inheritance
-
PageModelAttribute
- Attributes
Constructors
PageModelAttribute() |