Web 应用程序开发中的 Sharepoint 设计器页面
是否可以在后续阶段的实际应用程序开发中重用在共享点设计器中创建的模型 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
是的,您可以在您的网站中使用 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