KentZhou
KentZhou

Reputation: 25553

Is it possible to create asp.NET site with xaml with code behind?

AS wpf/silverlight is pretty good with xaml and code behind. Is it possible use it for ASP.NET web site?

Upvotes: 1

Views: 505

Answers (1)

mason
mason

Reputation: 32694

Not that I'm aware of. But you can use ASP.NET Web Forms. Instead of XAML you use HTML with custom controls. Each page can have a code behind written in C# or VB.

Upvotes: 1

Related Questions