Files
NKC/NKC_WF/site/TestAuth.aspx
T
2020-01-10 14:42:59 +01:00

7 lines
313 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="TestAuth.aspx.cs" Inherits="NKC_WF.site.TestAuth" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<h1>User Auth test</h1>
<%: User.Identity.Name %>
</asp:Content>