Fix XML docs to pass xml-docs-test.
This commit is contained in:
parent
434da683fc
commit
1f77aa445a
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue