什么是 Web 部件以及它在哪里使用?

发布于 2024-08-25 11:44:09 字数 105 浏览 9 评论 0原文

谁能告诉我什么是 Web 部件以及它常用在什么地方?

为什么我们不应该使用用户控件而不是它......(可能这是一个错误......但我不知道它是什么)

提前致谢!

Can anybody tell me what is web part and where it is used commonly ?

Why should'nt we use user control instead of it ...(might be this is a blunder..but i donno whats it )

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪意 2024-09-01 11:44:09

Web 部件是用户控件,具有一些附加功能。

来自 MSDN:

使用 Web 部件控件集,您作为开发人员可以使最终用户能够:

  • 个性化页面内容。用户可以向页面添加新的 Web 部件控件、删除它们、隐藏它们或像普通窗口一样最小化它们。
  • 个性化页面布局。用户可以将 Web 部件控件拖到页面上的不同区域,或更改其外观、属性和行为。
  • 出口和进口控制。用户可以导入或导出 Web 部件控件设置以在其他页面或站点中使用,同时保留控件中的属性、外观甚至数据。这减少了最终用户的数据输入和配置需求。
  • 建立联系。用户可以在控件之间建立连接,以便图表控件可以显示股票报价器控件中数据的图表。用户不仅可以个性化连接本身,还可以个性化图表控件显示数据的外观和细节。
  • 管理和个性化站点级设置。授权用户可以配置站点级别设置、确定谁可以访问站点或页面、设置对控件的基于角色的访问权限等。例如,具有管理角色的用户可以将 Web 部件控件设置为由所有用户共享,并阻止非管理员用户对共享控件进行个性化设置。

有关如何创建和使用 Web 部件的信息,请参阅 MSDN 文档

Webparts are user controls, with some additional functionality.

From MSDN:

Using the Web Parts control set, you as a developer can enable end users to:

  • Personalize page content. Users can add new Web Parts controls to a page, remove them, hide them, or minimize them like ordinary windows.
  • Personalize page layout. Users can drag a Web Parts control to a different zone on a page, or change its appearance, properties, and behavior.
  • Export and import controls. Users can import or export Web Parts control settings for use in other pages or sites, retaining the properties, appearance, and even the data in the controls. This reduces data entry and configuration demands on end users.
  • Create connections. Users can establish connections between controls so that, for example, a chart control could display a graph for the data in a stock ticker control. Users could personalize not only the connection itself, but the appearance and details of how the chart control displays the data.
  • Manage and personalize site-level settings. Authorized users can configure site-level settings, determine who can access a site or page, set role-based access to controls, and so on. For example, a user in an administrative role could set a Web Parts control to be shared by all users, and prevent users who are not administrators from personalizing the shared control.

See MSDN documentation for how to create and use webparts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文