Fix missing docs in 'RequestCultureFeature'
This commit is contained in:
parent
08b70e22e6
commit
576d4eaf8d
|
|
@ -14,6 +14,7 @@ namespace Microsoft.AspNet.Localization
|
||||||
/// Creates a new <see cref="RequestCultureFeature"/> with the specified <see cref="Localization.RequestCulture"/>.
|
/// Creates a new <see cref="RequestCultureFeature"/> with the specified <see cref="Localization.RequestCulture"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="requestCulture">The <see cref="Localization.RequestCulture"/>.</param>
|
/// <param name="requestCulture">The <see cref="Localization.RequestCulture"/>.</param>
|
||||||
|
/// <param name="provider">The <see cref="IRequestCultureProvider"/>.</param>
|
||||||
public RequestCultureFeature([NotNull] RequestCulture requestCulture, IRequestCultureProvider provider)
|
public RequestCultureFeature([NotNull] RequestCulture requestCulture, IRequestCultureProvider provider)
|
||||||
{
|
{
|
||||||
RequestCulture = requestCulture;
|
RequestCulture = requestCulture;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue