<%@ Page Language="C#" AutoEventWireup="true" %>

<%@ Register TagPrefix="mod" TagName="download" Src="~/Mod/Mod_Download.ascx" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
	<link href="/css/mod.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <mod:download runat="server"
            ID="Download2" 
            Fil="expression-web-4-ver2a-jan-2013.pdf"
            Pat="/documentation/"
            Name="Expression Web 4.0 Tutorials, Feb.2013"
            Description="englisch, 137 Seiten"
            Cap='Alle Parameter'
            BackColor="lightgray"
            BorderWidth="2"
            BorderColor="magenta"
            BorderStyle="dashed"
            Width="550"
            Height="200" 
        />
        </mod:download>
    </form>
</body>
</html>