Class SingleInstanceViewAttribute
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Indicates that this View should be constructed once and then used every time its ViewModel View is resolved. Obviously, this is not supported on Views that may be reused multiple times in the Visual Tree.
[AttributeUsage(AttributeTargets.Class)]
public sealed class SingleInstanceViewAttribute : Attribute
- Inheritance
-
Single
Instance View Attribute
- Inherited Members
- Extension Methods