The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ViewModelViewHost.

ViewContractObservable Property

Summary

Gets or sets the observable which signals when the contract to use when resolving the view for the given view model has changed.
Namespace
ReactiveUI.Maui
Containing Type
ViewModelViewHost

Syntax

public IObservable<string> ViewContractObservable { get; set; }

Value

Type Description
IObservable<string>