Files
b2bcondomini.it/PUB/ViewSwitcher.ascx
T
2018-05-01 15:06:53 +02:00

4 lines
254 B
Plaintext

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