Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx @ 5920

Last change on this file since 5920 was 5920, checked in by cfleisch, 13 years ago

#1439 Authentication process modified to work well with query plugin

File size: 466 bytes
RevLine 
[4604]1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4    Home Page
5</asp:Content>
6
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
[5072]8    <h1><%: ViewData["Message"] %></h1>
[4950]9
[5920]10    <h3>Username: <%: Session["Username"]  %></h3>
11    <h3>Password: <%: Session["Password"]  %></h3>
[4604]12</asp:Content>
Note: See TracBrowser for help on using the repository browser.