#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.
 
 
 
 
 
 

30 lines
537 B

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