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.
22 lines
465 B
22 lines
465 B
<?xml version="1.0"?> |
|
<Template author="Matt Ward" version="1.0"> |
|
|
|
<Config |
|
name="MVC View User Control" |
|
icon="C#.File.WebFile" |
|
category="C#" |
|
subcategory="ASP.NET MVC" |
|
defaultname="ViewUserControl${Number}.ascx" |
|
language="C#"/> |
|
|
|
<Description>MVC View User Control</Description> |
|
|
|
<Files> |
|
<File name="${FullName}" language="C#"> |
|
<![CDATA[<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> |
|
|
|
]]> |
|
</File> |
|
</Files> |
|
</Template> |
|
|
|
|