Attribute
[AttributeUsage(AttributeTargets.Class)] public sealed class PageAttribute : Attribute
Whether one instance is kept for the app's lifetime.
Type: bool
bool
public bool Singleton { get; set; }
On This Page