Fixed xml docs build error.
This commit is contained in:
parent
40b7636b72
commit
493a556168
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue