A
A
Alexey Smirnov2016-02-19 22:51:01
css
Alexey Smirnov, 2016-02-19 22:51:01

Is it possible to create user interfaces for programs written in C# .NET using CSS and HTML?

Hello.
I have written a couple of programs using C# .NET. And I created a simplified version of the GUI design for them using the XAML markup language.
I need to complete the GUI of my programs, but this requires a deeper knowledge of XAML (and it will take me some time to get it).
On the other hand, I know HTML and CSS well.
Question: Is it possible to create user graphical interfaces for programs written in C# .NET using CSS and HTML?
PS For example apply to Button from WPF, hover from CSS.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Melz, 2016-02-20
@ERAFY

It is possible, but not necessary. It’s better to learn XAML, you don’t need much there and everything is in the designer. Hover can definitely be made and generally customized until you're blue in the face.
The simplest is to use a BrowserControl and render your html there. You can also raise the built-in server and give the page to the rhinestone.
As soon as you think about how you will process all this, your desire will immediately pass.
Although it is possible to make websites in C#.
There is Apache Cordova. There is WinJS if you want to use controls.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question