Web 部件和网站有什么区别?
我不知道webparts的实际用途,所以。更好地了解与网页的区别?
任何答案都是值得的..
i dont know the actual use of webparts , so. better to know difference with webpage ?
any answer is appreriate..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Web 部件是用户可以添加到 Web 部件页面以构建自定义网页的小部件。
它们在 Sharepoint 中大量使用,使用户无需编写任何代码即可轻松构建自己的页面。
Webparts are widgets that a user can add to a Web Part page to construct a custom web page.
They're used heavily in Sharepoint to allow users to easily construct their own pages without writing any code.
Web 部件构成了 Sharepoint 领域中的网页。
webparts make up a webpage in sharepoint land.
Web 部件是一种特殊类型的 Web 控件,它是框架的一部分,允许用户通过选择他们想要在其页面上显示的 Web 部件来个性化其网页,并根据 Web 部件个性化 Web 部件。 (想象一下天气 Web 部件,用户可以定义他们想要查看哪个城市(或多个城市)的天气。
因此差异非常巨大,但基本上 Web 部件都位于网页内。
A web part is a special type of web control that is part of a framework that allows users to personalize their web page by choosing which web parts they want on their page, and depending on the web part, personalizing the web parts. (think of a weather web part where a user can define which city (or cities) they want to view the weather for.
So the difference is pretty huge, but basically web parts live inside of web pages.
ASP.NET Web 部件控件详细说明。
ASP.NET Web Parts Controls explained in details.
MS 对自己的技术使用了很多虚构的术语。我不认为 MS 对网页有具体的定义,但这通常是您的 ASPX 页面。
至于 Web 部件,它们是一种特定类型的 .net 控件,并且由于缺乏更好的术语而可以被视为“小部件”。
一个网页 (ASPX) 可能有多个 Web 部件。
术语“Web 部件”在 SharePoint 上下文中经常使用。
MS uses a lot of made-up terms for their own technologies. I don't think MS has a specific definition of web page, but that'd typicaly be your ASPX page.
As for webparts, they are a specific kind of .net control and could be considered 'widgets' for lack of a better term.
A web page (ASPX) may have multiple webparts.
The term 'web part' is used a lot in the context of SharePoint.