Class ExcludeFromViewRegistrationAttribute
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Apply this attribute to a view class to exclude it from automatic registration when calling RegisterViewsForViewModels/WithViewsFromAssembly.
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class ExcludeFromViewRegistrationAttribute : Attribute
- Inheritance
-
Exclude
From View Registration Attribute
- Inherited Members
- Extension Methods