Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

This article explains how to add a custom footer in the layout.

Version 5.1. Function is available in version 5.1 and later.

Instructions

Follow these steps:

  1. Create a custom layout based on the template below.

  2. Name the layout _LayoutFooter.cshtml

  3. Place the custom layout file in App_Data/<site>

  4. Reset IIS.

 Sample custom footer

It is possible to refer images and other files in the App_Data/<site> folder from within the _LayoutFooter.cshtml file:

<!-- Refer to image which is placed in App_Data/<site> folder -->
<img src="/AssertWeb/Profile/en-GB/<site>/File/image.png"/>

  • No labels