Update 07082021
This commit is contained in:
4
WebFormApp/ViewSwitcher.ascx
Normal file
4
WebFormApp/ViewSwitcher.ascx
Normal file
@@ -0,0 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="WebFormApp.ViewSwitcher" %>
|
||||
<div id="viewSwitcher">
|
||||
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user