Fixed xml docs build error.

This commit is contained in:
N. Taylor Mullen 2015-10-22 16:09:38 -07:00
parent 40b7636b72
commit 493a556168
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ using Microsoft.Extensions.FileSystemGlobbing;
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
{
/// <summary>
/// Utility methods for <see cref="AspNet.Razor.Runtime.TagHelpers.ITagHelper"/>'s that support
/// Utility methods for <see cref="AspNet.Razor.TagHelpers.ITagHelper"/>'s that support
/// attributes containing file globbing patterns.
/// </summary>
public class GlobbingUrlBuilder

View File

@ -9,7 +9,7 @@ using Microsoft.Extensions.Logging;
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
{
/// <summary>
/// Log values for <see cref="AspNet.Razor.Runtime.TagHelpers.ITagHelper"/> instances that opt out of
/// Log values for <see cref="AspNet.Razor.TagHelpers.ITagHelper"/> instances that opt out of
/// processing due to missing attributes for one of several possible modes.
/// </summary>
public class PartialModeMatchLogValues<TMode> : ILogValues