#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
534 B

<?xml version="1.0"?>
<Template author="Matt Ward" version="1.0">
<Config
name="MVC View Page"
icon="C#.File.NewClass"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewPage${Number}.aspx"
language="C#"/>
<Description>MVC View Page</Description>
<Files>
<File name="${FullName}" language="C#">
<![CDATA[<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
</head>
<body>
</body>
</html>
]]>
</File>
</Files>
</Template>