TFS_ANTIGUO/AYA.FROPI/Intranet/ViewSwitcher.ascx

4 lines
262 B
Text
Raw Normal View History

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