简体   繁体   English

Sharepoint 2010页面类型

[英]Sharepoint 2010 Page Types

I have been all over the internet trying to search for basic answers to this question in a straight forward manner. 我一直在互联网上尝试以一种直接的方式来寻找该问题的基本答案。

What types of pages does SP 2010 have? SP 2010具有哪些类型的页面? From what i understand, there are 2 types: application pages and site pages. 据我了解,有两种类型:应用程序页面和站点页面。 Then sites pages are further categorized into publishing and webpart pages. 然后将站点页面进一步分类为发布页面和Webpart页面。 Is that correct? 那是对的吗?

Can someone point me to a reliable resource on the internet that gives a macro level view of the different types of pages without going into the intricacies of each? 有人可以指出我在Internet上的可靠资源吗?它提供了有关不同类型页面的宏观视图,而无需涉及每个页面的复杂性? Because I have been doing SP 2010 for a long time now and this basic concept still beats me as I do not fully understand the WHY part of these different page types. 因为我从事SP 2010已有很长时间了,但由于我对这些不同页面类型的WHY部分不完全了解,所以这个基本概念仍然使我不胜其烦。 Can't we just use the bare bones ASPX structure and write our own code for whatever we want to do? 难道我们不能仅使用裸露的ASPX结构并为自己想做的事情编写我们自己的代码吗? For example, create ASPX page intended for publishing on internet as usual like ASP.NET pages are crafted, then add web parts if we want to and etc. etc. 例如,创建ASPX页面,像平常制作ASP.NET页面一样,照常在Internet上发布,然后添加Web部件(如果需要)等。

Why the need for these different page types to be made as part of the framework? 为什么需要将这些不同的页面类型作为框架的一部分?

Thanks 谢谢

"Can't we just use the bare bones ASPX structure and write our own code for whatever we want to do? " “难道我们不能只使用裸露的ASPX结构并为自己想做的事情编写自己的代码吗?”

There is a page on MSDN that gives information about SharePoint for ASD.NET Developers: http://msdn.microsoft.com/en-us/library/ee536974%28v=office.14%29.aspx there is also a section about "pages" : http://msdn.microsoft.com/en-us/library/ff512772%28v=office.14%29.aspx MSDN上有一个页面,该页面提供了有关ASD.NET开发人员SharePoint的信息: http : //msdn.microsoft.com/zh-cn/library/ee536974%28v=office.14%29.aspx,这里还有一个有关“页面”: http : //msdn.microsoft.com/en-us/library/ff512772%28v=office.14%29.aspx

This should answer your question. 这应该可以回答您的问题。 It also gives the difference between site pages and application pages and what the differences are and the further split up. 它还提供了站点页面和应用程序页面之间的区别,以及区别是什么,并进一步细分了。

If you click higer on on "glide path" you will find some more information. 如果您在“滑行路径”上单击“高”,则会发现更多信息。

You can can still adjust "publishing pages" by opening the aspx page and eg drop a new webpart zone in it and customize it and then save it as a new page layout to use for your endusers who can then drop webparts in it. 您仍然可以通过打开aspx页面并例如在其中放置一个新的Webpart区域并对其进行自定义,然后将其另存为新的页面布局来调整“发布页面”,以供最终用户使用,然后可以在其中放置Webpart。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM