Files
2016-11-07 12:56:17 -05:00

24 lines
972 B
Plaintext

<%@ Page language="c#" Codebehind="autoDoc.aspx.cs" AutoEventWireup="True" Inherits="umbraco.developer.autoDoc" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>autoDoc</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<style>
p {font-family: verdana, arial, helvetica,Lucida Grande; margin: 0px 0px 1px 0px;}
.documentType {font-size: normal; font-weight: bold}
.type {font-size: xx-small}
.docHeader {font-weight: bold; font-size: small}
.propertyType {border: 1px solid black; padding: 5px; background-color: #EEE; margin-bottom: 10px;}
</style>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<asp:Label id="LabelDoc" runat="server"></asp:Label>
</form>
</body>
</HTML>