Make ViewComponentTagHelperMetadata static.

#1521
This commit is contained in:
N. Taylor Mullen 2017-07-06 17:11:51 -07:00
parent 6fdd4d653c
commit 02160a04d9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Microsoft.AspNetCore.Mvc.Razor.Extensions namespace Microsoft.AspNetCore.Mvc.Razor.Extensions
{ {
public class ViewComponentTagHelperMetadata public static class ViewComponentTagHelperMetadata
{ {
/// <summary> /// <summary>
/// The key in a <see cref="Microsoft.AspNetCore.Razor.Language.TagHelperDescriptor.Metadata"/> containing /// The key in a <see cref="Microsoft.AspNetCore.Razor.Language.TagHelperDescriptor.Metadata"/> containing