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
|
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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.
|
/// attributes containing file globbing patterns.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class GlobbingUrlBuilder
|
public class GlobbingUrlBuilder
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ using Microsoft.Extensions.Logging;
|
||||||
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
|
namespace Microsoft.AspNet.Mvc.TagHelpers.Internal
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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.
|
/// processing due to missing attributes for one of several possible modes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PartialModeMatchLogValues<TMode> : ILogValues
|
public class PartialModeMatchLogValues<TMode> : ILogValues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue