ViewSwitcher.ascx.pp 251 B

1234
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="$rootnamespace$.ViewSwitcher" %>
  2. <div id="viewSwitcher">
  3. <%: CurrentView %> view | <a href="<%: SwitchUrl %>">Switch to <%: AlternateView %></a>
  4. </div>