Skip to content

Instantly share code, notes, and snippets.

@StefanRiedmann
Created September 6, 2017 22:54
Show Gist options
  • Save StefanRiedmann/2fc47cd03224021f70c01529f5248c82 to your computer and use it in GitHub Desktop.
Save StefanRiedmann/2fc47cd03224021f70c01529f5248c82 to your computer and use it in GitHub Desktop.
Xamarin ContentPage with Prism's ViewModelLocator
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="CicloConnect.Frontend.Views.MainPage"
xmlns:mvvm="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
mvvm:ViewModelLocator.AutowireViewModel="True"
Title="Main">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment