Fix XML docs to pass xml-docs-test.

This commit is contained in:
N. Taylor Mullen 2016-01-25 14:55:22 -08:00
parent 434da683fc
commit 1f77aa445a
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ namespace Microsoft.AspNetCore.Mvc
}
/// <summary>
/// Gets or sets the <see cref="MediaTypeHeaderValue"/> representing the Content-Type header of the response.
/// Gets or sets the <see cref="Net.Http.Headers.MediaTypeHeaderValue"/> representing the Content-Type header of the response.
/// </summary>
public string ContentType { get; set; }

View File

@ -34,7 +34,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor
}
/// <summary>
/// Instantiates a new <see cref="DefaultTagHelperActivator"/> instance.
/// Instantiates a new <see cref="Internal.DefaultTagHelperActivator"/> instance.
/// </summary>
/// <param name="format">The <see cref="LanguageViewLocationExpanderFormat"/>.</param>
public LanguageViewLocationExpander(LanguageViewLocationExpanderFormat format)