我在Visual Studio中创建了一个Web模板。我有大约10页,所有页面都非常简单,包含1到3个网页。

我应该使用web部件页面,wiki页面或发布页面来创建这些吗?

每个每个好处以及您何时使用一个,另一个?

有帮助吗?

解决方案

I find it depends on your content. If your pages are going to be really text heavy, and you don't need much flexibility in terms of placement of your web parts, go with the Wiki Page. Wiki Pages allow direct text editing without the need to keep dropping Content Editor Web Parts.

Web Part Pages have more options in terms of web part layouts (in the form of templates) and give you more 'places' to drop your webparts. However, you can't enter text directly on a Web Part Page, you'll need to drop a content editor web part for every section of text that you want. If you used SharePoint 2007, this was the standard page on most team sites.

Personally, unless I'm running a full publishing site with content management, I'd stay away from the Publishing Page. Either the wiki or web part pages will allow you to build simple pages quite quickly.

许可以下: CC-BY-SA归因
scroll top