Just started working on Prism, and something like AutowireViewModel, how to set it to true by using code instead of Xaml?
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/ xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms" prism:ViewModelLocator.AutowireViewModel="True" x:Class="HelloXFPrism.Views.SpeakPage">
Thanks in advance.
Why not using Xaml?
The problems of Xaml in Xamarin are irritating me greatly, so I'm trying to avoid xaml all together.