Skip to content

3.2. Initial Page

franciscoserdio edited this page Aug 9, 2016 · 1 revision

Configuration goes in the Web.Config file

AppSetting to indicate the initial page.

The module navigates to this page when trying a backward operation with an empty tracking (no page to go backward)

<!-- CUSTOM - APP SETTING FOR THE HTTP FLOW SYSTEM START PAGE -->
<appSettings>
  <add key="FW.HttpFlow.HttpFlowSystem.StartPage" value="~/Default"/>
</appSettings>

Clone this wiki locally