Moss drip (2): Custom application Page

Source: Internet
Author: User

The pages that are managed in the background in Moss are application page, such as the Web Site Settings page (settings.aspx), which is a typical application page that cannot be customized by SharePoint Desiger. If we want to modify only manual use of other tools to modify, we can also add application Page, must be placed in C:\Program Files\Common Files\Microsoft Shared\Web Server extensions\12\TEMPLATE\LAYOUTS directory, it corresponds to a virtual path of _layouts. All of the application page uses the Application.master page, as is our custom application page, which can also be used inline code. The custom application page inherits from the Layoutspagebase class, and we'll do the two custom application page below, which is the structure of the project:

The code in Feature.xml is as follows:

<?xml version= "1.0" encoding= "Utf-8"?> <feature id=
"86689158-7048-4421-ad21-e0def0d67c81"
Title= "Custom Applicationpage"
description= "use SPTREEVIW to demonstrate custom Applicationpage" version= "1.0.0.0"
scope= "
Web" 
hidden= "FALSE"
Imageurl= "Tpg\pithhelmet.gif"
xmlns= "http://schemas.microsoft.com/sharepoint/" >
< elementmanifests>
<elementmanifest location= "Elements.xml"/>
</ElementManifests>
</Feature>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.