Beginner
Beginner

Reputation: 710

Can we use the Portable class library (Xamarin.Forms Portable) to share UI with ASP.Net application? How?

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

Answers (1)

Jason
Jason

Reputation: 89117

No. The XAML used by Xamarin Forms is only (currently) supported in iOS, Android and Windows Phone.

Upvotes: 2

Related Questions