PageAttribute

Marks a view for automatic page registration.
[AttributeUsage(AttributeTargets.Class)] public sealed class PageAttribute : Attribute

Properties

Singleton

Whether one instance is kept for the app's lifetime.

Type: bool

public bool Singleton { get; set; }