如何在C#中编写应用程序显示(CSS)
问题描述:
我一直在努力学习c#应用程序开发,但我仍然有一个问题,因为我自己在网上自学。问题是如何为应用程序编写css代码
我尝试过的方法:
i有一个我想要工作的应用程序项目,我是一个初学者,我在c中学习一些基础知识#现在我有一个关于如何在c#
i've been trying to study c# application development but i still have one question since i teach it myself online. the question is how do you code a css for the application
What I have tried:
i have an application project i want to work on and i am a beginner i've study some basics things in c# NOW I HAD A QUESTION OF HOW YOU make the css of an application in c#
答
简短的回答,你没有。 CSS在Web应用程序中用于定义网页的样式和布局结构。它不用于C#应用程序。
Short answer, you don't. CSS is used in Web applications to define styles and layout structure of web pages. It is not used in C# applications.
CSS代表层叠样式表,这是一种描述HTML文档样式的语言。当我说HTML时,它主要是为了娱乐Web应用程序。基础知识总是可以在W3学校或教程中学到。
CSS教程 [ ^ ]
CSS stands for "Cascading Style Sheets" and this is a language that describes the style of an HTML document.When i say HTML then it mostly entertains for web applications.Fundamentals are always can be learnt in W3 Schools or tutorials point.
CSS Tutorial[^]
强烈建议您浏览这些链接,了解HTML
和CSS
HTML教程 [ ^ ]
CSS教程 [ ^ ]
一旦你ar熟悉这些,您将开始使用CSS
和现成的CSS
库来为您的项目应用样式,如 Bootstrap [ ^ ], W3.CSS [ ^ ]等
would strongly recommend you to go through these links, to know the basics ofHTML
andCSS
HTML Tutorial[^]
CSS Tutorial[^]
once you are familiar with these you shall start applying styles to your project usingCSS
and ready-madeCSS
libraries like Bootstrap[^], W3.CSS [^] etc