Reputation: 710
I have just started learning Xamarin.Forms.
I created a Xamarin.Forms portable class library and developed the UI which is working on all three mobile platforms (iOS, Android, Windows phone app).
But I want to know, is there any way that I can use that same UI code in an ASP.Net application? How would I do this?
I tried referencing a portable library but it didn't work.
Upvotes: 0
Views: 365
Reputation: 89117
No. The XAML used by Xamarin Forms is only (currently) supported in iOS, Android and Windows Phone.
Upvotes: 2