SiteMesh Wiki   Installation UserPreferences
 
HelpContents Search Diffs Info Edit Subscribe XML Print View

1 Installation

Installing SiteMesh.NET is simple. Follow these steps and check against the supplied example.

<configuration> 
    ... 
    <configSections> 
        <sectionGroup name="sitemesh"> 
            <section name="page-parsers" type="SiteMesh.Factory.PageParsersSectionHandler, SiteMesh" /> 
            <section name="decorator-mappers" type="SiteMesh.Factory.DecoratorMappersSectionHandler, SiteMesh" /> 
            <section name="decorators" type="SiteMesh.Mapper.DecoratorSectionHandler, SiteMesh" /> 
        </sectionGroup> 
    </configSections> 
    ... 
</configuration> 

<configuration> 
    ... 
    <sitemesh>           
        <page-parsers> 
            <parser default="true" type="SiteMesh.Parser.HtmlPageParser, SiteMesh" /> 
            <parser content-type="text/html" type="SiteMesh.Parser.HtmlPageParser, SiteMesh" /> 
        </page-parsers> 
        <decorator-mappers> 
            <mapper type="SiteMesh.Mapper.ConfigDecoratorMapper, SiteMesh"></mapper> 
        </decorator-mappers> 
        <decorators defaultdir="decorators"> 
            <decorator name="simple" page="Decorator.aspx"> 
                <pattern>*</pattern>  
            </decorator> 
            <decorator name="inline" page="inline.aspx"></decorator>     
        </decorators> 
    </sitemesh> 
    ... 
</configuration> 

PythonPowered
EditText of this page (last modified 2004-06-08 00:13:08)
FindPage by browsing, title search , text search or an index
Or try one of these actions: AttachFile, LikePages, LocalSiteMap, SpellCheck