Files
spring-net/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web/Default.aspx

27 lines
953 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Spring.NET Web Application</title>
</head>
<body>
<h2>Welcome to a Spring.NET Web Application</h2>
<div>
<p>
Spring.NET Web Framework is an extension to ASP.NET that adds many
powerful features, such as Dependency Injection for web pages and
controls, bi-directional data binding, localization support, etc.
</p>
<p>
This solution template has configured an ASP.NET web site to use Spring.NET Web Framework.
</p>
<p>
The following page is configured using dependency injection.
</p>
<h3><a href="DI/Default.aspx">Dependency Injection</a></h3>
</div>
</body>
</html>