Web 应用程序开发中的 Sharepoint 设计器页面

发布于 2024-10-12 18:47:41 字数 131 浏览 6 评论 0原文

是否可以在后续阶段的实际应用程序开发中重用在共享点设计器中创建的模型 UI。

更清楚地说,是否可以使用在 Visual Studio 中的 Sharepoint Designer 中创建的 aspx 页面进行 Web 应用程序开发。

Is it possible to reuse the mockup UIs, created in sharepoint designer, in actual application development in later stages.

To be more clear, is it possible to use the aspx pages created in sharepoint designer in visual studio for the web application development.

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

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

发布评论

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

评论(2

当爱已成负担 2024-10-19 18:47:41

sharepoint 的 UI 是标准的 ASP.NET 母版页/aspx 页面,因此您可以在 Visual Studio 中使用它们,构建 sharepoint 组件。

将它们添加为模块元素会很简单。

将它们添加到列表定义中,您可能需要修复 GUID 引用并删除所有共享点设计器元标记。

构建自定义 asp.net 应用程序可能不会,因为您无法访问 sharepoint 主机、二进制文件或 Web 控件。

The UI of sharepoint is standard ASP.NET master pages/aspx pages, so yes you could use them in visual studio, building a sharepoint component.

Adding them as a module element would be straight forward.

Adding them to a list definition, you might need to fix up GUID references and remove all the sharepoint designer meta tags.

Building a custom asp.net application, probably not, as you would not have access to the sharepoint host, binaries or web controls.

2024-10-19 18:47:41

是的,您可以在您的网站中使用 aspx 页面。如果您不登录网站并创建新的 aspx 页面,那么您就拥有了基本组件。如果可用,请勿使用共享点组件。即 Web 部件、列表视图等

Yes you can use aspx page in your web site. if you will not login in website and creates new aspx page then you have the basic components. Don't use the share point components if it is available.i.e. Web Parts, List View, etc

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