4 lines
269 B
ObjectPascal
4 lines
269 B
ObjectPascal
|
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="$rootnamespace$.ViewSwitcher" %>
|
|||
|
<div id="viewSwitcher">
|
|||
|
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
|
|||
|
</div>
|