Last active
August 29, 2015 14:00
-
-
Save bizikov/11169756 to your computer and use it in GitHub Desktop.
Страница в Sharepoint 2013 c областями для веб-частей (Подробнее: http://bizikov.ru/2014/04/Stranica-v-Sharepoint-2013-c-oblastjami-dlja-veb-chastej/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Page language="C#" MasterPageFile="../_catalogs/masterpage/homePageMaster.master" | |
Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" meta:webpartpageexpansion="full"%> | |
<%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | |
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | |
<asp:Content ID="Content1" ContentPlaceHolderId="PlaceHolderMain" runat="server"> | |
<WebPartPages:WebPartZone runat="server" ID="webZone1" CssClass="ms-hide" Title="Новости"> | |
<ZoneTemplate></ZoneTemplate> | |
</WebPartPages:WebPartZone> | |
</asp:Content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment